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