summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-11-23 13:14:27 -0800
committerXin Li <delphij@google.com>2020-11-23 13:14:27 -0800
commit6b9108352d411617d8835b66f1c88e90838e829b (patch)
tree0cda4b5a2de6d23d7064eab87e662054c9226839
parentcb110435038f08e64c143ddc9a39922ec89ba5fb (diff)
parentc861cf02540c5ac2e18f0901e8c5fc748423e0bb (diff)
downloadOnDeviceAppPrediction-6b9108352d411617d8835b66f1c88e90838e829b.tar.gz
Merge rvc-qpr-dev-plus-aosp-without-vendor@6881855temp_rvc_qpr_merge
Bug: 172690556 Merged-In: Icca07a3dbf948c4d35809c952458d48bd075951e Change-Id: Ia239a6ba82bf17b2a80bdc734646123a9afb85bb
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c85ddb6..058f991 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -17,6 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.apppredictionservice">
+ <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
+
<application>
<service
android:name=".PredictionService"
@@ -28,4 +30,5 @@
</service>
</application>
+
</manifest>