blob: 1c3ed80adc2fd22d6d4a853712a2dfcb303f8467 [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
5 <application>
6 <uses-library android:name="android.test.runner" />
7
8 <activity
9 android:name="com.android.documentsui.LauncherActivity" />
10 </application>
11
12 <!-- This package instrumentates itself, so the DocumentsUI process can be killed without
13 killing the testing package. -->
14 <instrumentation android:name="android.test.InstrumentationTestRunner"
15 android:targetPackage="com.android.documentsui.appperftests"
16 android:label="App performance tests for DocumentsUI" />
17
18</manifest>