Change THIRD_PARTY_KEYGUARD permission to normal
Lower protection level of THIRD_PARTY_KEYGUARD permission from signature|privileged to normal. Change-Id: I464daba67a66e88efe6219cec2663a07d15ab3ed TICKET: CYNGNOS-1689
This commit is contained in:
parent
80001bff72
commit
f499009346
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user