ca.systemui.STARTED should be a protected broadcast

Test: manually
Bug: 265422307
Change-Id: I058673feff0a76513df88ece88cd47f1e9aca928
This commit is contained in:
Nikolas Havrikov
2023-01-13 16:15:14 +01:00
parent b0f1e19c1a
commit b8618eea47

View File

@@ -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"