From a98c32e54b9b4bd234c2126f3d89e38637accb7d Mon Sep 17 00:00:00 2001 From: Kunhung Li Date: Thu, 27 Feb 2020 09:53:31 +0800 Subject: Don't allow landscape mode for preview Activity Update screenOrientation to only support "portrait" Bug: 150331478 Test: Manual Change-Id: Ideed26873849a0be893cb61cb446d9ac76d61353 --- AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) 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"> @@ -52,6 +53,7 @@ @@ -62,6 +64,7 @@ -- cgit v1.2.3