summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Julius D'souza <jdsouza@google.com> 2020-09-22 12:52:15 -0700
committer Julius D'Souza <jdsouza@google.com> 2020-12-02 21:37:14 +0000
commit76706a2c58da50a97f6a1d4c5db8442b86bfa78b (patch)
treeec46dc512e7c6987118406f5cc2de8a6b8920331
parent80cede3d7819b634542f1b2976ccfca044b10fc9 (diff)
Add setup usage for ACCESS_KEYGUARD_SECURE_STORAGE.
The SET_INITIAL_LOCK permission takes the "signature|setup" protection level. Replicate this for secure storage access as this is an implicit requirement. Bug: 153726356 Test: N/A Signed-off-by: Julius D'Souza <jdsouza@google.com> Change-Id: If03cbf54d69125ee262a0f6ba7a7e11744a442de
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 34543f13c166..3ad65b79d1b6 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -4466,7 +4466,7 @@
<!-- 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|setup" />
<!-- Allows applications to set the initial lockscreen state.
<p>Not for use by third-party applications. @hide -->