summaryrefslogtreecommitdiffstats
path: root/core/tests/overlaytests/OverlayTest/AndroidManifest.xml
blob: 9edba12ffa8f048a6ad17a2fea6ad98d1fe95ecd (plain)
1
2
3
4
5
6
7
8
9
10
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.overlaytest">
    <uses-permission android:name="android.permission.RUN_INSTRUMENTATION"/>
    <application>
        <uses-library android:name="android.test.runner"/>
    </application>
    <instrumentation android:name="android.test.InstrumentationTestRunner"
        android:targetPackage="com.android.overlaytest"
        android:label="Runtime resource overlay tests"/>
</manifest>