1<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>
11