blob: 0013b6b7be7e2cfc8d426b3a939c5fd7127cea1e [file] [log] [blame]
Tomasz Mikolajewskib8373c22016-03-15 17:41:31 +09001<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.android.documentsui.appperftests">
4
Tomasz Mikolajewski58927c22016-04-04 09:51:06 +09005 <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
6
Tomasz Mikolajewskib8373c22016-03-15 17:41:31 +09007 <application>
8 <uses-library android:name="android.test.runner" />
9
10 <activity
11 android:name="com.android.documentsui.LauncherActivity" />
12 </application>
13
14 <!-- This package instrumentates itself, so the DocumentsUI process can be killed without
15 killing the testing package. -->
16 <instrumentation android:name="android.test.InstrumentationTestRunner"
17 android:targetPackage="com.android.documentsui.appperftests"
18 android:label="App performance tests for DocumentsUI" />
19
20</manifest>