summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Michael Wright <michaelwr@google.com> 2015-03-23 15:43:23 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-03-23 15:43:23 +0000
commit978cfc39a10e1b95f9d6dfb5c8e9eb58a10ce0ec (patch)
tree244bc7dcad75949821fde7fcabeb0d6e3df55b23
parent38fcaf4037a50225b931551a48c898c7b0bb4db2 (diff)
parent8d516a80a056943c8265a4e0af63e41d8cdffede (diff)
Merge "SystemUI needs the SET_WALLPAPER permission"
-rw-r--r--packages/SystemUI/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index b606a6fb52ae..226a8ca34567 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -104,6 +104,9 @@
<uses-permission android:name="android.permission.ACCESS_KEYGUARD_SECURE_STORAGE" />
<uses-permission android:name="android.permission.TRUST_LISTENER" />
+ <!-- Needed for WallpaperManager.clear in ImageWallpaper.updateWallpaperLocked -->
+ <uses-permission android:name="android.permission.SET_WALLPAPER"/>
+
<!-- Recents -->
<uses-permission android:name="android.permission.BIND_APPWIDGET" />