1<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2    package="android.platform.test.coverage" >
3
4    <application/>
5
6    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
7                     android:targetPackage="android.platform.test.coverage"
8                     android:label="Coverage smoke test"/>
9
10</manifest>
11