summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRichard Chou <richardchou@google.com>2018-11-21 13:46:10 +0800
committerRichard Chou <richardchou@google.com>2019-01-26 04:55:46 +0800
commit00e8d9afba8bd20bc73e9507e0e42d6f9962ceef (patch)
tree166d051b82b6797a3a0dbfcb3c1510ac6d1ef361 /AndroidManifest.xml
parent9f295e7a7ef9ca17d42abf500a6d24fe37aa3990 (diff)
downloadandroid_packages_wallpapers_LivePicker-00e8d9afba8bd20bc73e9507e0e42d6f9962ceef.tar.gz
android_packages_wallpapers_LivePicker-00e8d9afba8bd20bc73e9507e0e42d6f9962ceef.tar.bz2
android_packages_wallpapers_LivePicker-00e8d9afba8bd20bc73e9507e0e42d6f9962ceef.zip
Supports inline control for live wallpapers
To support inline control (Slice), WallpaperInfo has a new attribute settingsSliceUri. A ViewPager is added to LiveWallpapersPicker for the display of both wallpaper attribution and settings Slice. Bug: 111862421 Test: Manual Change-Id: I28e808ec58f12179da1acc000634d6c41eec805b
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d82c778..2792891 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -62,7 +62,7 @@
<activity android:name="LiveWallpaperPreview"
android:label="@string/live_wallpaper_preview_title"
android:colorMode="wideColorGamut"
- android:theme="@style/Preview" />
+ android:theme="@style/Preview"/>
</application>
</manifest>