1<?xml version="1.0" encoding="utf-8"?> 2<manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="com.android.wallpaperbackup.tests"> 4 5 <application android:label="WallpaperBackup Tests"> 6 <uses-library android:name="android.test.runner" /> 7 </application> 8 9 <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner" 10 android:targetPackage="com.android.wallpaperbackup.tests" 11 android:label="WallpaperBackup Tests"/> 12</manifest> 13 14