From 55f4670521fde7bda2ef10bd3a556d571e5ec95a Mon Sep 17 00:00:00 2001 From: King Date: Wed, 31 Aug 2016 17:23:31 +0800 Subject: [PATCH] modify manifest to avoid causing duplicated UI because the Login function be repeatitively invoked --- GameSDKSample/AndroidManifest.xml | 1 + doc/AndroidDocument.md | 1 + 2 files changed, 2 insertions(+) diff --git a/GameSDKSample/AndroidManifest.xml b/GameSDKSample/AndroidManifest.xml index 5e89f12..d1c4481 100644 --- a/GameSDKSample/AndroidManifest.xml +++ b/GameSDKSample/AndroidManifest.xml @@ -41,6 +41,7 @@ android:name="com.gumptech.sdk.ContainerActivity" android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenLayout" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" + android:launchMode="singleTask" android:theme="@style/Theme.TransparentWin" > About Eclips点击Android对应的图标就可以查看版本了. android:name="com.gumptech.sdk.ContainerActivity" android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenLayout" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" + android:launchMode="singleTask" android:theme="@style/Theme.TransparentWin" >