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

Commit b8618eea authored by Nikolas Havrikov's avatar Nikolas Havrikov
Browse files

ca.systemui.STARTED should be a protected broadcast

Test: manually
Bug: 265422307
Change-Id: I058673feff0a76513df88ece88cd47f1e9aca928
parent b0f1e19c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -340,6 +340,7 @@
    <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" />
    <protected-broadcast android:name="com.android.systemui.STARTED" />

    <application
        android:name=".SystemUIApplication"