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通信改非明文

---
 Project/app/src/game_904100357/AndroidManifest.xml |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/Project/app/src/game_904100357/AndroidManifest.xml b/Project/app/src/game_904100357/AndroidManifest.xml
index e85ad03..188055a 100644
--- a/Project/app/src/game_904100357/AndroidManifest.xml
+++ b/Project/app/src/game_904100357/AndroidManifest.xml
@@ -30,7 +30,6 @@
     <uses-permission android:name="${appId}.permission.JPUSH_MESSAGE" />
     <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
     <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
-    <uses-permission android:name="android.permission.RESTART_PACKAGES"/>
 
     <application
         android:allowBackup="true"
@@ -43,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" />
 
@@ -72,14 +71,14 @@
         </provider>
 
         <meta-data
-            android:name="Mr_ADID"
-            android:value="${Mr_ADID}"/>
+            android:name="yl_appid"
+            android:value="${FreeSDK_AppID}" />
         <meta-data
-            android:name="Mr_PLATFORM"
-            android:value="${Mr_PLATFORM}"/>
+            android:name="yl_channelid"
+            android:value="${FreeSDK_ChanelID}" />
         <meta-data
-            android:name="Mr_GAME_ID"
-            android:value="${Mr_GAME_ID}"/>
+            android:name="yl_platform_id"
+            android:value="${FreeSDK_PlatformID}" />
 
         <!-- Required SDK 鏍稿績鍔熻兘-->
         <!-- 鍙厤缃產ndroid:process鍙傛暟灏哖ushService鏀惧湪鍏朵粬杩涚▼涓� -->

--
Gitblit v1.8.0