version:5.5
fix: update:增加设备信息开机自启应用
This commit is contained in:
@@ -21,6 +21,7 @@ public class BootManager {
|
||||
timeControlUpdate();
|
||||
JGYUtils.getInstance().onBootSendNetwork();
|
||||
JGYUtils.getInstance().onBootSetAppInsideWeb();
|
||||
JGYUtils.getInstance().onBootOpenApp();
|
||||
}
|
||||
|
||||
private void sendLauncherIcon() {
|
||||
@@ -30,7 +31,7 @@ public class BootManager {
|
||||
}
|
||||
}
|
||||
|
||||
private void timeControlUpdate(){
|
||||
private void timeControlUpdate() {
|
||||
Intent intent = new Intent();
|
||||
intent.setAction(MainService.TimeChangedReceiver.ACTION_UPDATE);
|
||||
mContext.sendBroadcast(intent);
|
||||
|
||||
Reference in New Issue
Block a user