summaryrefslogtreecommitdiff
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
authorPatrick Baumann <patb@google.com>2020-02-14 10:32:39 -0800
committerTim Joines <tjoines@google.com>2020-02-14 18:51:18 +0000
commitca16911b9fe890f710695b090ec96a3e22e81703 (patch)
treef46c1f1259667db50961a9072fe4521b5c2953cc /AndroidManifest-common.xml
parenta7c931dd49cf191839ae3d31f6fd0791aa1157f6 (diff)
downloadLauncher3-ca16911b9fe890f710695b090ec96a3e22e81703.tar.gz
Adds QUERY_ALL_PACKAGES to launcher manfiests
This change adds the QUERY_ALL_PACKAGES permission to launcher3 so that it can see all packages on device with the app enumeration featur enabled in R. Bug: 149557568 Test: Manual; use launcher3 and ensure it displays all apps Change-Id: I15e6e86e5476900a6b9c3a6da1cbb11fcbf97e6c
Diffstat (limited to 'AndroidManifest-common.xml')
-rw-r--r--AndroidManifest-common.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index 26698eb145..d747bb8855 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -44,6 +44,7 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
<uses-permission android:name="android.permission.READ_DEVICE_CONFIG" />
+ <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<!--