Maxim Siniavine | f58e5b6 | 2012-10-02 15:56:03 -0700 | [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 | <instrumentation android:label="Measure app start up time" |
| 7 | android:name="android.test.InstrumentationTestRunner" |
| 8 | android:targetPackage="com.android.tests.applaunch" /> |
| 9 | |
| 10 | <application android:label="App Launch Test"> |
| 11 | <uses-library android:name="android.test.runner" /> |
| 12 | </application> |
| 13 | </manifest> |