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

Commit 7ae8b9aa authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Add permission MANAGE_DEVICE_ADMINS to SystemUI.

Change-Id: Ic9fcfc6b2d76297d1226da4329e7dd7a66131ec2
parent e50cad06
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -149,6 +149,9 @@
    <!-- DevicePolicyManager get user restrictions -->
    <uses-permission android:name="android.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS" />

    <!-- Needed for passing extras with intent ACTION_SHOW_ADMIN_SUPPORT_DETAILS -->
    <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" />

    <application
        android:name=".SystemUIApplication"
        android:persistent="true"