summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Svetoslav <svetoslavganov@google.com> 2014-10-22 22:24:58 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2014-10-22 22:24:59 +0000
commit1eb6a2f075bfc0b65f0accf0f03661d7a5152593 (patch)
tree719608cdaf2b28c7473c355fd4b9348c1faf8726
parentd0aae5a2226c620c547690039fc06dfdf20ea35d (diff)
parent7e9c21547a950e1197dfb83c54c937030da1cb9d (diff)
Merge "Grant the shell user a permission to let apps host widgets." into lmp-mr1-dev
-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 7e6afa67d962..3c4424505f04 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -92,6 +92,7 @@
<uses-permission android:name="android.permission.FRAME_STATS" />
<uses-permission android:name="android.permission.BIND_APPWIDGET" />
<uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" />
+ <uses-permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"/>
<application android:label="@string/app_label">
<provider