Commit 55f4670521fde7bda2ef10bd3a556d571e5ec95a
1 parent
ae0ba8aa08
Exists in
master
modify manifest to avoid causing duplicated UI because the Login function be repeatitively invoked
Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff
GameSDKSample/AndroidManifest.xml
| ... | ... | @@ -41,6 +41,7 @@ |
| 41 | 41 | android:name="com.gumptech.sdk.ContainerActivity" |
| 42 | 42 | android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenLayout" |
| 43 | 43 | android:windowSoftInputMode="stateAlwaysHidden|adjustPan" |
| 44 | + android:launchMode="singleTask" | |
| 44 | 45 | android:theme="@style/Theme.TransparentWin" > |
| 45 | 46 | </activity> |
| 46 | 47 | <activity |
doc/AndroidDocument.md
| ... | ... | @@ -78,6 +78,7 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了. |
| 78 | 78 | android:name="com.gumptech.sdk.ContainerActivity" |
| 79 | 79 | android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenLayout" |
| 80 | 80 | android:windowSoftInputMode="stateAlwaysHidden|adjustPan" |
| 81 | + android:launchMode="singleTask" | |
| 81 | 82 | android:theme="@style/Theme.TransparentWin" > |
| 82 | 83 | </activity> |
| 83 | 84 | <activity |