summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-03-06 00:11:47 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-03-06 00:11:47 +0000
commitb105b6c18298291cc44fd7c79c199bce390c30cd (patch)
treedf25c2efc14f473980ed16fbd8e4fcf2bc8277cd
parent6bdaa5b3b9f3c3c48b22b04e6645ce3ee84d16db (diff)
parenta98c32e54b9b4bd234c2126f3d89e38637accb7d (diff)
downloadandroid_packages_wallpapers_LivePicker-b105b6c18298291cc44fd7c79c199bce390c30cd.tar.gz
android_packages_wallpapers_LivePicker-b105b6c18298291cc44fd7c79c199bce390c30cd.tar.bz2
android_packages_wallpapers_LivePicker-b105b6c18298291cc44fd7c79c199bce390c30cd.zip
Snap for 6268127 from a98c32e54b9b4bd234c2126f3d89e38637accb7d to qt-qpr3-release
Change-Id: Ib16c7e70893d490eefb9d2b11bf8422b6a60f59b
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2792891..c483e64 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -39,6 +39,7 @@
android:label="@string/live_wallpaper_picker_label"
android:theme="@style/LivePickerTheme"
android:colorMode="wideColorGamut"
+ android:screenOrientation="portrait"
android:hardwareAccelerated="true">
<intent-filter>
<action android:name="android.service.wallpaper.LIVE_WALLPAPER_CHOOSER" />
@@ -52,6 +53,7 @@
<activity android:name="LiveWallpaperChange"
android:label="@string/live_wallpaper_preview_title"
android:colorMode="wideColorGamut"
+ android:screenOrientation="portrait"
android:theme="@style/Preview">
<intent-filter>
<action android:name="android.service.wallpaper.CHANGE_LIVE_WALLPAPER" />
@@ -62,6 +64,7 @@
<activity android:name="LiveWallpaperPreview"
android:label="@string/live_wallpaper_preview_title"
android:colorMode="wideColorGamut"
+ android:screenOrientation="portrait"
android:theme="@style/Preview"/>
</application>