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 {
flavorDimensions "default"
versionCode 46
versionName "5.5"
versionCode 47
versionName "5.6"
buildConfigField "String", "platform", '"ZhanRuiCube"'
}

View File

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

View File

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