aboutsummaryrefslogtreecommitdiffstats
path: root/cm
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2016-01-20 16:51:54 -0800
committerClark Scheff <clark@cyngn.com>2016-01-21 14:20:30 -0800
commitf4990093464085391a5759cb6f7e9366c4375088 (patch)
tree119c685e9c665cc5432b742ed9a36a5ec2dfd4b6 /cm
parent80001bff72e8f73d44223655d6d2f33d674b134d (diff)
downloadvendor_cmsdk-f4990093464085391a5759cb6f7e9366c4375088.zip
vendor_cmsdk-f4990093464085391a5759cb6f7e9366c4375088.tar.gz
vendor_cmsdk-f4990093464085391a5759cb6f7e9366c4375088.tar.bz2
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
Diffstat (limited to 'cm')
-rw-r--r--cm/res/AndroidManifest.xml2
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"