Merge pull request #14137 from pandamicro/androidbug

Fix Android activity destroyed after reopen the app
This commit is contained in:
pandamicro 2015-10-14 11:46:27 +08:00
commit e02ba57144
2 changed files with 2 additions and 2 deletions

View File

@ -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" />

View File

@ -8,6 +8,6 @@
# project structure.
# Project target.
target=android-10
target=android-15
android.library.reference.1=../cocos2d/cocos/platform/android/java