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

Commit d3d52372 authored by Roman Birg's avatar Roman Birg
Browse files

allow whitelisting of ACCESS_KEYGUARD_SECURE_STORAGE



Ref: CYNGNOS-1727

Change-Id: I7151ce3fa7c57ee89fecf691d6e92c4ab39ecf37
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent e2957417
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"