version:5.6
fix: update:修复返回桌面会一直启动
This commit is contained in:
@@ -80,8 +80,8 @@ android {
|
||||
//酷比魔方
|
||||
cube {
|
||||
flavorDimensions "default"
|
||||
versionCode 46
|
||||
versionName "5.5"
|
||||
versionCode 47
|
||||
versionName "5.6"
|
||||
buildConfigField "String", "platform", '"ZhanRuiCube"'
|
||||
}
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -21,7 +21,6 @@ public class BootManager {
|
||||
timeControlUpdate();
|
||||
JGYUtils.getInstance().onBootSendNetwork();
|
||||
JGYUtils.getInstance().onBootSetAppInsideWeb();
|
||||
JGYUtils.getInstance().onBootOpenApp();
|
||||
}
|
||||
|
||||
private void sendLauncherIcon() {
|
||||
|
||||
Reference in New Issue
Block a user