From d539ed383f49daf088c97547265838578795399b Mon Sep 17 00:00:00 2001 From: wh201906 Date: Thu, 9 Nov 2023 09:41:01 +0800 Subject: [PATCH] Flexible landscape orientation --- src/main/AndroidManifest.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 862f318..de1f754 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -18,7 +18,7 @@ android:name="Main" android:exported="true" android:launchMode="singleTask" - android:screenOrientation="landscape"> + android:screenOrientation="userLandscape"> @@ -41,11 +41,11 @@ + android:screenOrientation="userLandscape" /> + android:screenOrientation="userLandscape" />