summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2015-03-24 02:56:08 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-24 02:56:08 +0000
commitd99c5f6fb694f7c0be5e734fd728fa77b3bff43d (patch)
tree8bd01852d8cc3834aa17ee5f22eff6dbd9f524a8 /packages/SystemUI/AndroidManifest.xml
parentbafd48d027cbeac29ffca7c9e63739d7f0b3acdd (diff)
parent722612707e7eef745dab573ff226e2bd904295cb (diff)
downloadframeworks_base-d99c5f6fb694f7c0be5e734fd728fa77b3bff43d.zip
frameworks_base-d99c5f6fb694f7c0be5e734fd728fa77b3bff43d.tar.gz
frameworks_base-d99c5f6fb694f7c0be5e734fd728fa77b3bff43d.tar.bz2
am 72261270: am b42baaa8: am 978cfc39: Merge "SystemUI needs the SET_WALLPAPER permission"
* commit '722612707e7eef745dab573ff226e2bd904295cb': SystemUI needs the SET_WALLPAPER permission
Diffstat (limited to 'packages/SystemUI/AndroidManifest.xml')
-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 158e133..7a58c87 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -106,6 +106,9 @@
<uses-permission android:name="android.permission.TRUST_LISTENER" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
+ <!-- Needed for WallpaperManager.clear in ImageWallpaper.updateWallpaperLocked -->
+ <uses-permission android:name="android.permission.SET_WALLPAPER"/>
+
<!-- Recents -->
<uses-permission android:name="android.permission.BIND_APPWIDGET" />