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

Commit ec32400b authored by Nextbit's avatar Nextbit Committed by Steve Kondik
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 2ccb632f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2864,7 +2864,7 @@
    <!-- Allows an application to control keyguard.  Only allowed for system processes.
    <!-- Allows an application to control keyguard.  Only allowed for system processes.
        @hide -->
        @hide -->
    <permission android:name="android.permission.CONTROL_KEYGUARD"
    <permission android:name="android.permission.CONTROL_KEYGUARD"
        android:protectionLevel="signature"
        android:protectionLevel="signature|system"
        android:label="@string/permlab_control_keyguard"
        android:label="@string/permlab_control_keyguard"
        android:description="@string/permdesc_control_keyguard" />
        android:description="@string/permdesc_control_keyguard" />