summaryrefslogtreecommitdiffstats
path: root/packages/Shell
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2015-08-28 11:20:39 -0700
committerJeff Sharkey <jsharkey@android.com>2015-08-28 11:50:22 -0700
commite515c6495d2ad6317303617ba20509b4e8aa7654 (patch)
tree9c8861d4d5cfd97ff295c93d597f51c6f107a9d7 /packages/Shell
parent3883e72aeda7dcc5f76eba7ad2e95ad2cb041687 (diff)
downloadframeworks_base-e515c6495d2ad6317303617ba20509b4e8aa7654.zip
frameworks_base-e515c6495d2ad6317303617ba20509b4e8aa7654.tar.gz
frameworks_base-e515c6495d2ad6317303617ba20509b4e8aa7654.tar.bz2
Give shell permission to move apps.
Also clear identity when measuring ASEC sizes to relax a second permission requirement. Bug: 23600574 Change-Id: Ib3a104426758e0e8f35dff0e504fe874bed7311f
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" />