Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 636741f8 authored by Jason Monk's avatar Jason Monk
Browse files

Protect broadcasts we use to talk to settings

Test: manual
Change-Id: If383f94caccc0221e4a34a388142ff9ca4c00d29
Fixes: 80245419
parent abed288a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"