Merge "Add setup usage for ACCESS_KEYGUARD_SECURE_STORAGE."

This commit is contained in:
Julius D'souza
2021-01-29 22:56:00 +00:00
committed by Gerrit Code Review

View File

@@ -4507,7 +4507,7 @@
<!-- Allows access to keyguard secure storage. Only allowed for system processes. <!-- Allows access to keyguard secure storage. Only allowed for system processes.
@hide --> @hide -->
<permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE" <permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE"
android:protectionLevel="signature" /> android:protectionLevel="signature|setup" />
<!-- Allows applications to set the initial lockscreen state. <!-- Allows applications to set the initial lockscreen state.
<p>Not for use by third-party applications. @hide --> <p>Not for use by third-party applications. @hide -->