Kevin Neas | aff5284 | 2018-02-15 17:53:48 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 4 | package="com.android.tests.applaunch" |
| 5 | android:sharedUserId="android.uid.system" > |
| 6 | |
| 7 | <uses-permission android:name="android.permission.REAL_GET_TASKS" /> |
| 8 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
| 9 | |
| 10 | <uses-sdk |
| 11 | android:minSdkVersion="22" |
| 12 | android:targetSdkVersion="24" /> |
| 13 | |
| 14 | <instrumentation android:label="Measure app start up time" |
| 15 | android:name="android.test.InstrumentationTestRunner" |
| 16 | android:targetPackage="com.android.tests.applaunch" /> |
| 17 | |
| 18 | <application android:label="App Launch Test"> |
| 19 | <uses-library android:name="android.test.runner" /> |
| 20 | </application> |
| 21 | </manifest> |