summaryrefslogtreecommitdiffstats
path: root/packages/Shell
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@google.com>2015-08-28 19:30:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-08-28 19:30:31 +0000
commitd88152b4d910fa5e79908dcb6f14cd56ad03b21a (patch)
treebf43537c19c511233ee39182d74c2303fdb769df /packages/Shell
parent3ab2e66424d6e8faabd4342da21f488f7e3bfdb5 (diff)
parente515c6495d2ad6317303617ba20509b4e8aa7654 (diff)
downloadframeworks_base-d88152b4d910fa5e79908dcb6f14cd56ad03b21a.zip
frameworks_base-d88152b4d910fa5e79908dcb6f14cd56ad03b21a.tar.gz
frameworks_base-d88152b4d910fa5e79908dcb6f14cd56ad03b21a.tar.bz2
Merge "Give shell permission to move apps." into mnc-dev
Diffstat (limited to 'packages/Shell')
-rw-r--r--packages/Shell/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index 37e0db0..d785cca 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -65,6 +65,7 @@
<uses-permission android:name="android.permission.READ_INPUT_STATE" />
<uses-permission android:name="android.permission.SET_ORIENTATION" />
<uses-permission android:name="android.permission.INSTALL_PACKAGES" />
+ <uses-permission android:name="android.permission.MOVE_PACKAGE" />
<uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" />
<uses-permission android:name="android.permission.DELETE_CACHE_FILES" />
<uses-permission android:name="android.permission.DELETE_PACKAGES" />