summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-03-11 08:27:22 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-03-11 08:27:22 +0000
commite06c2977e2c7b5eace192ff07068e8693a60d885 (patch)
treed75e140b9d12625165407aca4c6b385876fa2149
parentf59b99e5247d66c383cdb04ed3475b3787bf23b5 (diff)
parent0058e82a6f2025e043fc57d7660c828b05cb7029 (diff)
downloadandroid_packages_wallpapers_LivePicker-e06c2977e2c7b5eace192ff07068e8693a60d885.tar.gz
android_packages_wallpapers_LivePicker-e06c2977e2c7b5eace192ff07068e8693a60d885.tar.bz2
android_packages_wallpapers_LivePicker-e06c2977e2c7b5eace192ff07068e8693a60d885.zip
Snap for 4647811 from 0058e82a6f2025e043fc57d7660c828b05cb7029 to pi-release
Change-Id: I85d4fb7bdf0c73cf9a39f7a60a36b38881b0d57d
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index af14111..e5904fa 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -36,6 +36,7 @@
<activity android:name="LiveWallpaperActivity"
android:label="@string/live_wallpaper_picker_label"
android:theme="@style/LivePickerTheme"
+ android:colorMode="wideColorGamut"
android:hardwareAccelerated="true">
<intent-filter>
<action android:name="android.service.wallpaper.LIVE_WALLPAPER_CHOOSER" />
@@ -48,6 +49,7 @@
<activity android:name="LiveWallpaperChange"
android:label="@string/live_wallpaper_preview_title"
+ android:colorMode="wideColorGamut"
android:theme="@style/Preview">
<intent-filter>
<action android:name="android.service.wallpaper.CHANGE_LIVE_WALLPAPER" />
@@ -57,6 +59,7 @@
<activity android:name="LiveWallpaperPreview"
android:label="@string/live_wallpaper_preview_title"
+ android:colorMode="wideColorGamut"
android:theme="@style/Preview" />
</application>