blob: 70e7bb172c605647315aadc97c341328e4c14dfd [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.providers.media.tests">
<application android:label="MediaProvider Tests">
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
android:targetPackage="com.android.providers.media"
android:label="MediaProvider Tests" />
</manifest>