diff options
| author | 2018-05-31 10:32:57 -0400 | |
|---|---|---|
| committer | 2018-05-31 10:32:57 -0400 | |
| commit | 636741f84a059be05b6b9addc1c849ef440dca5b (patch) | |
| tree | 019b9207b1321b351d4eb9dbf82e538f514e6c61 | |
| parent | abed288a081c5016200b562ffdca75faac5574dc (diff) | |
Protect broadcasts we use to talk to settings
Test: manual
Change-Id: If383f94caccc0221e4a34a388142ff9ca4c00d29
Fixes: 80245419
| -rw-r--r-- | packages/SystemUI/AndroidManifest.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 7871020a92aa..5599b5a2837a 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -213,6 +213,9 @@ <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS" /> + <protected-broadcast android:name="com.android.settingslib.action.REGISTER_SLICE_RECEIVER" /> + <protected-broadcast android:name="com.android.settingslib.action.UNREGISTER_SLICE_RECEIVER" /> + <application android:name=".SystemUIApplication" android:persistent="true" |