summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2016-03-22 11:07:46 -0700
committerTony Wickham <twickham@google.com>2016-03-22 16:10:29 -0700
commite27899f3d80c45439e487ec3e02549a1df3e48fb (patch)
treec011b6443385873eeebe0b65d976af019b44a839 /AndroidManifest.xml
parente668a081d2e3936a8b9c1fcb418c100374c1f598 (diff)
downloadandroid_packages_wallpapers_LivePicker-e27899f3d80c45439e487ec3e02549a1df3e48fb.tar.gz
android_packages_wallpapers_LivePicker-e27899f3d80c45439e487ec3e02549a1df3e48fb.tar.bz2
android_packages_wallpapers_LivePicker-e27899f3d80c45439e487ec3e02549a1df3e48fb.zip
Prompt to set live wallpaper on home or home and lock screen.
Bug: 27706226 Change-Id: I005063dcb08e2f3840eec6fe7e487855bd823900
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8c84e0b..af14111 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -26,6 +26,7 @@
<uses-permission android:name="android.permission.SET_WALLPAPER_COMPONENT" />
<uses-permission android:name="android.permission.BIND_WALLPAPER" />
+ <uses-permission android:name="android.permission.SET_WALLPAPER" />
<application
android:label="@string/application_name"