version:2.4 beta
fix: add:优化接口请求,修复一下报错,删除极光推送和高德地图sdk
This commit is contained in:
@@ -41,8 +41,6 @@ public class BootReceiver extends BroadcastReceiver {
|
||||
|| BOOT_COMPLETED.equals(action)
|
||||
|| "android.intent.action.BATTERY_LEVEL_CHANGED".equals(action)
|
||||
) {
|
||||
// Intent i = new Intent(context, InitJpushServer.class);
|
||||
// context.startService(i);
|
||||
context.startService(new Intent(context, MainService.class));
|
||||
context.startService(new Intent(context, GuardService.class));
|
||||
context.startService(new Intent(context, StepService.class));
|
||||
|
||||
Reference in New Issue
Block a user