diff options
-rw-r--r-- | cm/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cm/res/AndroidManifest.xml b/cm/res/AndroidManifest.xml index 42a5d9c..b95dbfa 100644 --- a/cm/res/AndroidManifest.xml +++ b/cm/res/AndroidManifest.xml @@ -139,7 +139,7 @@ <permission android:name="android.permission.THIRD_PARTY_KEYGUARD" android:label="@string/permlab_thirdPartyKeyguard" android:description="@string/permdesc_thirdPartyKeyguard" - android:protectionLevel="signature|privileged" /> + android:protectionLevel="normal" /> <application android:process="system" android:persistent="true" |