From 2c8ad576f34fce45ede53e8e85bd92d5dc5cf79b Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 14 八月 2024 18:33:27 +0800
Subject: [PATCH] 0312 越南官网sdk通信改非明文

---
 ChannelDiff/Android/test/AndroidManifest.xml |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/ChannelDiff/Android/test/AndroidManifest.xml b/ChannelDiff/Android/test/AndroidManifest.xml
index cfd7f19..75a6a3e 100644
--- a/ChannelDiff/Android/test/AndroidManifest.xml
+++ b/ChannelDiff/Android/test/AndroidManifest.xml
@@ -46,8 +46,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" />
 
@@ -232,13 +232,12 @@
             android:value="1075838976.000000" />
         <meta-data
             android:name="com.samsung.android.keepalive.density"
-            android:value="true" />
-        <meta-data
-            android:name="android.notch_support"
-            android:value="true" />
+            android:value="true" /> <!-- <meta-data -->
+        <!-- android:name="android.notch_support" -->
+        <!-- android:value="true" /> -->
         <meta-data
             android:name="notch.config"
-            android:value="portrait|landscape" />
+            android:value="none" />
         <meta-data
             android:name="android.vendor.full_screen"
             android:value="true" />

--
Gitblit v1.8.0