| commit | 83263361d6f84d6dd6f9c6bc8ff7ad3faf8e24af | [log] [tgz] |
|---|---|---|
| author | Patrick Baumann <patb@google.com> | Fri Feb 14 11:12:09 2020 -0800 |
| committer | Patrick Baumann <patb@google.com> | Fri Feb 14 11:12:09 2020 -0800 |
| tree | 58d19d8a039091554c47ae8345b632226d8a92f4 | |
| parent | 053042dc40104617898c2a7ce1f24ddac0beb3e3 [diff] |
Grants QUERY_ALL_PACKAGES to StagedInstall tests Test: atest StagedInstallTest Bug: None Change-Id: Ib476d2d35dbfc02d61e1efc5a80fb0b635e8dade
diff --git a/hostsidetests/stagedinstall/app/AndroidManifest.xml b/hostsidetests/stagedinstall/app/AndroidManifest.xml index 3708c02..067e1cc 100644 --- a/hostsidetests/stagedinstall/app/AndroidManifest.xml +++ b/hostsidetests/stagedinstall/app/AndroidManifest.xml
@@ -17,6 +17,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.tests.stagedinstall" > + <uses-permission android:name="QUERY_ALL_PACKAGES" /> <application> <receiver android:name="com.android.cts.install.lib.LocalIntentSender" android:exported="true" />