2019-11-18 14:21:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.android.tests.gating">
|
2020-03-26 22:44:58 -07:00
|
|
|
|
|
|
|
<queries>
|
|
|
|
<package android:name="com.android.tests.gating.app_not_installed" />
|
|
|
|
</queries>
|
|
|
|
|
2019-11-18 14:21:44 +00:00
|
|
|
<application android:label="GatingTest">
|
|
|
|
<uses-library android:name="android.test.runner" />
|
|
|
|
</application>
|
|
|
|
|
2020-01-15 19:09:52 +00:00
|
|
|
<instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
|
2019-11-18 14:21:44 +00:00
|
|
|
android:targetPackage="com.android.tests.gating"/>
|
|
|
|
</manifest>
|