From 9e1d77dc3be4fa7ea6b8a38cb510e447c3c593a7 Mon Sep 17 00:00:00 2001
From: allez <305670599@qq.com>
Date: 星期四, 03 九月 2020 16:59:53 +0800
Subject: [PATCH] 0312 first version
---
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