mirror of https://github.com/axmolengine/axmol.git
Merge pull request #14137 from pandamicro/androidbug
Fix Android activity destroyed after reopen the app
This commit is contained in:
commit
e02ba57144
|
@ -19,7 +19,7 @@
|
|||
android:label="@string/app_name"
|
||||
android:screenOrientation="landscape"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
android:configChanges="orientation">
|
||||
android:configChanges="orientation|keyboardHidden|screenSize">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-10
|
||||
target=android-15
|
||||
|
||||
android.library.reference.1=../cocos2d/cocos/platform/android/java
|
||||
|
|
Loading…
Reference in New Issue