From b4e907b4214e199ae28e21865a90d87fc0ddeb36 Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期五, 26 三月 2021 15:05:58 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/U3DRepository

---
 Project/app/src/secondworld/AndroidManifest.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Project/app/src/secondworld/AndroidManifest.xml b/Project/app/src/secondworld/AndroidManifest.xml
index 2028137..75a03ad 100644
--- a/Project/app/src/secondworld/AndroidManifest.xml
+++ b/Project/app/src/secondworld/AndroidManifest.xml
@@ -42,8 +42,8 @@
             android:name="com.secondworld.univeralsdk.MainActivity"
             android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
             android:label="@string/app_name"
-            android:launchMode="singleTop"
-            android:screenOrientation="landscape">
+            android:launchMode="singleTask"
+            android:screenOrientation="sensorLandscape">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
 

--
Gitblit v1.8.0