diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2020-03-06 00:09:25 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-03-06 00:09:25 +0000 |
| commit | 770e0872ae026a8c4c3eadb4cda3d07cbfb8fe24 (patch) | |
| tree | df25c2efc14f473980ed16fbd8e4fcf2bc8277cd | |
| parent | ffdfc4e23b8a502612aeea99279f8941485c9abc (diff) | |
| parent | a98c32e54b9b4bd234c2126f3d89e38637accb7d (diff) | |
| download | platform_packages_wallpapers_LivePicker-android10-d4-s1-release.tar.gz platform_packages_wallpapers_LivePicker-android10-d4-s1-release.tar.bz2 platform_packages_wallpapers_LivePicker-android10-d4-s1-release.zip | |
Snap for 6268612 from a98c32e54b9b4bd234c2126f3d89e38637accb7d to qt-d4-releaseandroid-10.0.0_r45android-10.0.0_r44android-10.0.0_r43android-10.0.0_r42android10-d4-s1-releaseandroid10-d4-release
Change-Id: I717a883fc7021aee1876189f7aaec639af8d01c0
| -rw-r--r-- | AndroidManifest.xml | 3 |
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> |
