<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="com.android.soundpicker.tests"> | |
<application android:debuggable="true"> | |
<uses-library android:name="android.test.runner" /> | |
</application> | |
<instrumentation android:name="androidx.test.runner.AndroidJUnitRunner" | |
android:targetPackage="com.android.soundpicker.tests" | |
android:label="Sound picker tests"> | |
</instrumentation> | |
</manifest> |