CmSdk : Add deprecated THIRD_PARTY_KEYGUARD permission
We need this for older apps to still function. Change-Id: I8c0f37bab9ad82d2915884eb9c4f6ccdd9ba3c1a
This commit is contained in:
parent
e5545282f6
commit
0918427452
@ -138,6 +138,13 @@
|
|||||||
android:description="@string/permdesc_protectedApp"
|
android:description="@string/permdesc_protectedApp"
|
||||||
android:protectionLevel="signature|privileged" />
|
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 -->
|
<!-- Allows an application to be used as a third party keyguard -->
|
||||||
<permission android:name="cyanogenmod.permission.THIRD_PARTY_KEYGUARD"
|
<permission android:name="cyanogenmod.permission.THIRD_PARTY_KEYGUARD"
|
||||||
android:label="@string/permlab_thirdPartyKeyguard"
|
android:label="@string/permlab_thirdPartyKeyguard"
|
||||||
|
Loading…
Reference in New Issue
Block a user