summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubin Xu <rubinxu@google.com>2016-08-02 12:00:39 +0100
committerRubin Xu <rubinxu@google.com>2016-08-02 16:30:23 +0100
commitca7a434e38427d7dadf2773919e80cf8b32cd150 (patch)
tree948ea942754b8b134f8d7174fc6102024e78bb25
parent6edcac35a8e48024c1bf0ea03da6d866ed089a3b (diff)
downloadandroid_packages_apps_PackageInstaller-ca7a434e38427d7dadf2773919e80cf8b32cd150.tar.gz
android_packages_apps_PackageInstaller-ca7a434e38427d7dadf2773919e80cf8b32cd150.tar.bz2
android_packages_apps_PackageInstaller-ca7a434e38427d7dadf2773919e80cf8b32cd150.zip
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
-rw-r--r--AndroidManifest.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 39e9f3c7..83364bd6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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"