aboutsummaryrefslogtreecommitdiffstats
path: root/cm/res/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cm/res/AndroidManifest.xml')
-rw-r--r--cm/res/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cm/res/AndroidManifest.xml b/cm/res/AndroidManifest.xml
index c0e0e94..66fc804 100644
--- a/cm/res/AndroidManifest.xml
+++ b/cm/res/AndroidManifest.xml
@@ -248,6 +248,11 @@
<permission android:name="cyanogenmod.permission.BIND_CORE_SERVICE"
android:protectionLevel="signature|privileged" />
+ <!-- Not meant for third parties.
+ @hide -->
+ <permission android:name="cyanogenmod.permission.SEND_PROTECTED_THEME_BROADCAST"
+ android:protectionLevel="signature|privileged" />
+
<application android:process="system"
android:persistent="true"
android:hasCode="false"