summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2016-01-27 13:29:22 -0800
committerRoman Birg <roman@cyngn.com>2016-01-27 13:29:22 -0800
commitd3d5237207a06fc933dcaa7def300ca12cdb8fb2 (patch)
treed278f11111d404eb6285e6c477c61501a2493f29 /core/res/AndroidManifest.xml
parente2957417e451a99ea755e2ae65cdfc40744349dd (diff)
downloadframeworks_base-d3d5237207a06fc933dcaa7def300ca12cdb8fb2.zip
frameworks_base-d3d5237207a06fc933dcaa7def300ca12cdb8fb2.tar.gz
frameworks_base-d3d5237207a06fc933dcaa7def300ca12cdb8fb2.tar.bz2
allow whitelisting of ACCESS_KEYGUARD_SECURE_STORAGE
Ref: CYNGNOS-1727 Change-Id: I7151ce3fa7c57ee89fecf691d6e92c4ab39ecf37 Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index ea01154..a9ec33b 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2570,7 +2570,8 @@
<!-- Allows access to keyguard secure storage. Only allowed for system processes.
@hide -->
<permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE"
- android:protectionLevel="signature" />
+ android:protectionLevel="signature"
+ androidprv:allowViaWhitelist="true" />
<!-- Allows managing (adding, removing) fingerprint templates. Reserved for the system. @hide -->
<permission android:name="android.permission.MANAGE_FINGERPRINT"