blob: ac6760bb8366e279c48226674196504b94d26fd1 [file] [log] [blame]
Maxim Siniavinef58e5b62012-10-02 15:56:03 -07001<?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>