From b71657a60aaedf7771daeca015bf48d87cf81230 Mon Sep 17 00:00:00 2001 From: Patrick Baumann Date: Wed, 25 Sep 2019 13:21:31 -0700 Subject: Grants SysUI access to all packages on device With the new go/app-enumeration feature in R, apps will need to declare the packages that they have access to or hold the QUERY_ALL_PACKAGES permission. This change updates sysUI to acquire that permission so it can act on any app on device. Test: Device starts without sysui being blocked Bug: 136675067 Change-Id: Ib88434c17a42936a48095ea040c4e40590a8898f --- packages/SystemUI/AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 403e894a68e4..b288eb7b5070 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -243,6 +243,9 @@ + + + -- cgit v1.2.3-59-g8ed1b