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

Commit b2ad9524 authored by Grace Cheng's avatar Grace Cheng
Browse files

Add MANAGE_SECURE_LOCK_DEVICE permission to manifest

Adds secure lock device permission to manifest; needed for
SecureLockDeviceRepository to register secure lock device status
listener with AuthenticationPolicyManager

Flag: EXEMPT manifest change
Test: EXEMPT manifest change
Bug: 401645997
Change-Id: I1e96b20d4c1b2b1ad6252013de546a8d6bf42115
parent 4daa3cb6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -154,6 +154,7 @@
    <uses-permission android:name="android.permission.USE_FINGERPRINT" />
    <uses-permission android:name="android.permission.RESET_FINGERPRINT_LOCKOUT" />
    <uses-permission android:name="android.permission.MANAGE_BIOMETRIC" />
    <uses-permission android:name="android.permission.MANAGE_SECURE_LOCK_DEVICE" />
    <uses-permission android:name="android.permission.MANAGE_SLICE_PERMISSIONS" />
    <uses-permission android:name="android.permission.CONTROL_KEYGUARD_SECURE_NOTIFICATIONS" />
    <uses-permission android:name="android.permission.GET_RUNTIME_PERMISSIONS" />