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

Commit 204f04ca authored by Nextbit's avatar Nextbit Committed by Adnan Begovic
Browse files

Update CONTROL_KEYGUARD to protection to signature|system

Add the system permission so this can get granted to trusted third
parties.

Change-Id: Ib82e13ff08feecfda3c31c7e3391c19dd5c1f02f
parent f47bd3a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2794,7 +2794,7 @@
    <!-- Allows an application to control keyguard.  Only allowed for system processes.
        @hide -->
    <permission android:name="android.permission.CONTROL_KEYGUARD"
        android:protectionLevel="signature"
        android:protectionLevel="signature|system"
        android:label="@string/permlab_control_keyguard"
        android:description="@string/permdesc_control_keyguard" />