CMParts: Add UPDATE_POWER_MENU protected-broadcast
Change-Id: I212e7d695f476fb8d589d37df0b313b3cb6754db
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1bdf33d..d4f37a2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -38,6 +38,7 @@
<uses-permission android:name="cyanogenmod.permission.MANAGE_REMOTE_PREFERENCES" />
+ <protected-broadcast android:name="android.intent.action.UPDATE_POWER_MENU" />
<protected-broadcast android:name="cyanogenmod.platform.app.profiles.PROFILES_STATE_CHANGED" />
<protected-broadcast android:name="org.cyanogenmod.cmparts.PART_CHANGED" />
<protected-broadcast android:name="org.cyanogenmod.cmparts.REFRESH_PART" />