blob: 9edba12ffa8f048a6ad17a2fea6ad98d1fe95ecd [file] [log] [blame]
MÃ¥rten Kongstad57f4b772011-03-17 14:13:41 +01001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.overlaytest">
3 <uses-permission android:name="android.permission.RUN_INSTRUMENTATION"/>
4 <application>
5 <uses-library android:name="android.test.runner"/>
6 </application>
7 <instrumentation android:name="android.test.InstrumentationTestRunner"
8 android:targetPackage="com.android.overlaytest"
9 android:label="Runtime resource overlay tests"/>
10</manifest>