Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76706a2c authored by Julius D'souza's avatar Julius D'souza Committed by Julius D'Souza
Browse files

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: default avatarJulius D'Souza <jdsouza@google.com>
Change-Id: If03cbf54d69125ee262a0f6ba7a7e11744a442de
parent 80cede3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 -->