version:5.6

fix:
update:修复返回桌面会一直启动
This commit is contained in:
2022-07-04 18:45:14 +08:00
parent b069c7a0eb
commit 6ab5e00948
3 changed files with 3 additions and 3 deletions

View File

@@ -80,8 +80,8 @@ android {
//酷比魔方 //酷比魔方
cube { cube {
flavorDimensions "default" flavorDimensions "default"
versionCode 46 versionCode 47
versionName "5.5" versionName "5.6"
buildConfigField "String", "platform", '"ZhanRuiCube"' buildConfigField "String", "platform", '"ZhanRuiCube"'
} }

View File

@@ -87,6 +87,7 @@ public class BootReceiver extends BroadcastReceiver {
context.startActivity(checkNetintent); context.startActivity(checkNetintent);
} }
JGYUtils.startServices(context); JGYUtils.startServices(context);
JGYUtils.getInstance().onBootOpenApp();
new BootManager(context).start(); new BootManager(context).start();
break; break;
case BOOT_COMPLETED: case BOOT_COMPLETED:

View File

@@ -21,7 +21,6 @@ public class BootManager {
timeControlUpdate(); timeControlUpdate();
JGYUtils.getInstance().onBootSendNetwork(); JGYUtils.getInstance().onBootSendNetwork();
JGYUtils.getInstance().onBootSetAppInsideWeb(); JGYUtils.getInstance().onBootSetAppInsideWeb();
JGYUtils.getInstance().onBootOpenApp();
} }
private void sendLauncherIcon() { private void sendLauncherIcon() {