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.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/cm/res/AndroidManifest.xml b/cm/res/AndroidManifest.xml
index c2be8dc..9523666 100644
--- a/cm/res/AndroidManifest.xml
+++ b/cm/res/AndroidManifest.xml
@@ -138,6 +138,13 @@
android:description="@string/permdesc_protectedApp"
android:protectionLevel="signature|privileged" />
+ <!-- Allows an application to be used as a third party keyguard
+ @hide -->
+ <permission android:name="android.permission.THIRD_PARTY_KEYGUARD"
+ android:label="@string/permlab_thirdPartyKeyguard"
+ android:description="@string/permdesc_thirdPartyKeyguard"
+ android:protectionLevel="normal" />
+
<!-- Allows an application to be used as a third party keyguard -->
<permission android:name="cyanogenmod.permission.THIRD_PARTY_KEYGUARD"
android:label="@string/permlab_thirdPartyKeyguard"