version:5.6
fix: update:修复返回桌面会一直启动
This commit is contained in:
@@ -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"'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user