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/ky_sdk/src/main/AndroidManifest.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Project/ky_sdk/src/main/AndroidManifest.xml b/Project/ky_sdk/src/main/AndroidManifest.xml
index 6937799..ea75678 100644
--- a/Project/ky_sdk/src/main/AndroidManifest.xml
+++ b/Project/ky_sdk/src/main/AndroidManifest.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.secondworld.univeralsdk"
+    xmlns:tools="http://schemas.android.com/tools"
     android:installLocation="auto"
     android:versionCode="1"
     android:versionName="1.1.0">
@@ -71,6 +72,7 @@
             android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
             android:label="@string/app_name"
             android:launchMode="singleTask"
+            tools:replace="android:configChanges"
             android:screenOrientation="sensorLandscape">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
@@ -171,6 +173,12 @@
             </intent-filter>
         </receiver>
 
+        <activity
+            android:name="com.secondworld.univeralsdk.RequestPermissionsHelpActivity"
+            android:configChanges="keyboardHidden|orientation|screenSize"
+            android:theme="@android:style/Theme.NoTitleBar">
+        </activity>
+
         <!-- Required SDK鏍稿績鍔熻兘-->
         <activity
             android:name="cn.jpush.android.ui.PushActivity"

--
Gitblit v1.8.0