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>