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

Commit 3d088810 authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

Give shell CONTROL_KEYGUARD permission.

Follow-up to ag/3614843 where we started to enforce the permission in
window manager.

Bug: 67109817
Test: builds
Change-Id: Id5712d2ed4c537da3a443f9c51aa15e3c84d670b
parent 93d7d0e5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -145,6 +145,8 @@
        android:name="android.permission.MANAGE_WIFI_WHEN_PERMISSION_REVIEW_REQUIRED" />
    <uses-permission android:name="android.permission.WATCH_APPOPS" />

    <uses-permission android:name="android.permission.CONTROL_KEYGUARD" />

    <application android:label="@string/app_label"
                 android:defaultToDeviceProtectedStorage="true"
                 android:directBootAware="true">