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

Commit ca7a434e authored by Rubin Xu's avatar Rubin Xu
Browse files

Not longer need MANAGE_DEVICE_ADMINS permission.

This was added to show policy transparency dialog with custom support
message, but the check is now removed so no need to hold this permission.

Bug: 30582906
Change-Id: I55f7b7d683001e09d9e0b00ed5f7e1ead5470dd8
parent 6edcac35
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -22,9 +22,6 @@

    <uses-permission android:name="com.google.android.permission.INSTALL_WEARABLE_PACKAGES" />

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

    <application android:label="@string/app_name"
            android:allowBackup="false"
            android:theme="@style/Theme.DialogWhenLarge"