summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-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>