blob: 7fbf0764dabf7eccd7f97d8b9e7263534c5c44cd [file]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.packageinstaller.test">
<application android:label="PackageInstallerApplication Tests">
<uses-library android:name="android.test.runner" />
</application>
<instrumentation
android:name="androidx.test.runner.AndroidJUnitRunner"
android:label="PackageInstallerApp Unit Tests"
android:targetPackage="com.android.packageinstaller" />
</manifest>