From a04e77430cf4eb1432abf61a99e3dcb745ca0f66 Mon Sep 17 00:00:00 2001 From: client_Hale <339726288@qq.com> Date: 星期四, 21 二月 2019 11:29:25 +0800 Subject: [PATCH] update 小牛互娱 & 超级梦 SDK接入提交 --- Project/yj_sdk/src/game_yj/AndroidManifest.xml | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Project/yj_sdk/src/game_yj/AndroidManifest.xml b/Project/yj_sdk/src/game_yj/AndroidManifest.xml index cf137db..9dc140b 100644 --- a/Project/yj_sdk/src/game_yj/AndroidManifest.xml +++ b/Project/yj_sdk/src/game_yj/AndroidManifest.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" package="com.secondworld.univeralsdk" android:installLocation="auto" android:versionCode="1" @@ -61,7 +62,9 @@ android:name="com.secondworld.univeralsdk.YJSplashActivity" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation|screenSize" - android:screenOrientation="landscape" > + android:launchMode="singleTop" + android:screenOrientation="landscape" + tools:replace="android:launchMode"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> @@ -72,7 +75,7 @@ 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="singleTask" + android:launchMode="singleTop" android:screenOrientation="sensorLandscape"> <intent-filter> <category android:name="android.intent.category.DEFAULT" /> -- Gitblit v1.8.0