CmSdk : Add deprecated THIRD_PARTY_KEYGUARD permission

We need this for older apps to still function.

Change-Id: I8c0f37bab9ad82d2915884eb9c4f6ccdd9ba3c1a
This commit is contained in:
Danesh M 2016-04-15 13:20:48 -07:00
parent e5545282f6
commit 0918427452
1 changed files with 7 additions and 0 deletions

View File

@ -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"