summaryrefslogtreecommitdiff
path: root/packages/SystemUI/AndroidManifest.xml
diff options
context:
space:
mode:
author Charles Chen <charlesccchen@google.com> 2020-06-16 13:56:55 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-06-16 13:56:55 +0000
commit94deecfda21541a534fadd96558636f94a4b73d4 (patch)
tree0ee38a6a1cac5d1eca43794c72ab37f1c6954364 /packages/SystemUI/AndroidManifest.xml
parent695deeae89080ccd2983b6baf41644ef0ca7336e (diff)
parentb28fb721f5be06818bedc8601e02118ddcbd4739 (diff)
Merge "Trust System UI owned display to receive keys" into rvc-dev
Diffstat (limited to 'packages/SystemUI/AndroidManifest.xml')
-rw-r--r--packages/SystemUI/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index 985269b2bb75..5b6155180e0a 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -263,6 +263,9 @@
<!-- Restore settings (used by QS) even if they have been modified -->
<uses-permission android:name="android.permission.MODIFY_SETTINGS_OVERRIDEABLE_BY_RESTORE" />
+ <!-- Permission to make accessibility service access Bubbles -->
+ <uses-permission android:name="android.permission.ADD_TRUSTED_DISPLAY" />
+
<protected-broadcast android:name="com.android.settingslib.action.REGISTER_SLICE_RECEIVER" />
<protected-broadcast android:name="com.android.settingslib.action.UNREGISTER_SLICE_RECEIVER" />
<protected-broadcast android:name="com.android.settings.flashlight.action.FLASHLIGHT_CHANGED" />