From 4281e4e89d884de91e862120a9c7bd5d2bd60f25 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 26 十月 2022 20:55:08 +0800
Subject: [PATCH] 0312 BT7code
---
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 b7b67a8..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="portrait">
+ android:launchMode="singleTask"
+ android:screenOrientation="sensorLandscape">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
--
Gitblit v1.8.0