修改打包日期
Showing
2 changed files
with
6 additions
and
5 deletions
... | @@ -5376,8 +5376,8 @@ | ... | @@ -5376,8 +5376,8 @@ |
5376 | } | 5376 | } |
5377 | ], | 5377 | ], |
5378 | "_useOriginalSize": false, | 5378 | "_useOriginalSize": false, |
5379 | "_string": "v1.1.0.2020051210", | 5379 | "_string": "v1.1.0.2020051217", |
5380 | "_N$string": "v1.1.0.2020051210", | 5380 | "_N$string": "v1.1.0.2020051217", |
5381 | "_fontSize": 24, | 5381 | "_fontSize": 24, |
5382 | "_lineHeight": 24, | 5382 | "_lineHeight": 24, |
5383 | "_enableWrapText": true, | 5383 | "_enableWrapText": true, | ... | ... |
... | @@ -160,9 +160,10 @@ public class AppActivity extends Cocos2dxActivity { | ... | @@ -160,9 +160,10 @@ public class AppActivity extends Cocos2dxActivity { |
160 | protected void onPause() { | 160 | protected void onPause() { |
161 | Log.d("AppActivity", "onPause()...."); | 161 | Log.d("AppActivity", "onPause()...."); |
162 | //四川要求只要应用程序不在前台就自杀(AS启动项目可能报错,因为刚启动就启动了onPause方法) | 162 | //四川要求只要应用程序不在前台就自杀(AS启动项目可能报错,因为刚启动就启动了onPause方法) |
163 | AppActivity.this.finish(); | 163 | // AppActivity.this.finish(); |
164 | System.exit(0); | 164 | // System.exit(0); |
165 | android.os.Process.killProcess(android.os.Process.myPid()); | 165 | // android.os.Process.killProcess(android.os.Process.myPid()); |
166 | |||
166 | // mRLSingleColor.setVisibility(View.VISIBLE); //放到启动游戏时显示 | 167 | // mRLSingleColor.setVisibility(View.VISIBLE); //放到启动游戏时显示 |
167 | // setTheme(android.R.style.Theme_NoDisplay); | 168 | // setTheme(android.R.style.Theme_NoDisplay); |
168 | super.onPause(); | 169 | super.onPause(); | ... | ... |
-
Please register or sign in to post a comment