Skip to content

Commit e5e4030

Browse files
author
Genkzsz11
committed
Fix plugins crash
E/ActivityManager(1450): Sending non-protected broadcast com.android.systemui.action.PLUGIN_CHANGED from system 1794:com.android.systemui/u0a221 pkg com.android.systemui Signed-off-by: Genkzsz11 <genkzsz11@nusantaradevs.org>
1 parent 29f4428 commit e5e4030

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/SystemUI/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@
295295
<protected-broadcast android:name="com.google.android.systemui.smartspace.EXPIRE_EVENT"/>
296296
<protected-broadcast android:name="com.google.android.systemui.smartspace.CLICK_EVENT"/>
297297

298+
<protected-broadcast android:name="com.android.systemui.action.PLUGIN_CHANGED" />
299+
298300
<application
299301
android:name=".SystemUIApplication"
300302
android:persistent="true"

0 commit comments

Comments
 (0)