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:
d34d 2016-01-20 16:51:54 -08:00 committed by Clark Scheff
parent 80001bff72
commit f499009346
1 changed files with 1 additions and 1 deletions

View File

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