blob: 295aeb1faa55a275a6deae215fd05b85733d8c80 [file] [log] [blame]
<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>