summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Cai <kylecai@google.com>2020-08-10 16:45:45 -0700
committerKyle Cai <kylecai@google.com>2020-08-13 00:02:57 +0000
commitee2d2f15cb5458756c4a882c5a2cd9a77b8b1034 (patch)
tree9b2dded3574b1738ac3f8dca1afd6dd6171230ad
parentd51c9790d787c341d926a46ba24f3f543e097376 (diff)
downloadOnDeviceAppPrediction-ee2d2f15cb5458756c4a882c5a2cd9a77b8b1034.tar.gz
other apps by AppPredictionService. Bug: 163420027 Test: Tested manually on blueline device. Change-Id: I1984e6ee5fe6d491feefb761f9b27318a3bb1c51
-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>