version:2.7
fix:更新桌面唤醒 update:
This commit is contained in:
@@ -89,7 +89,8 @@ public class BootReceiver extends BroadcastReceiver {
|
||||
new BootManager(context).start();
|
||||
break;
|
||||
case BOOT_COMPLETED:
|
||||
start.onstar(SystemClock.elapsedRealtime());
|
||||
new BootManager(context).start();
|
||||
// start.onstar(SystemClock.elapsedRealtime());
|
||||
case Intent.ACTION_BATTERY_CHANGED:
|
||||
case Intent.ACTION_BATTERY_LOW:
|
||||
case Intent.ACTION_BATTERY_OKAY:
|
||||
@@ -112,7 +113,6 @@ public class BootReceiver extends BroadcastReceiver {
|
||||
// case "android.intent.action.MEDIA_REMOVED":
|
||||
// case "android.intent.action.MEDIA_BAD_REMOVAL":
|
||||
//除了USER_PRESENT应该都收不到
|
||||
Log.e("fht", "BootReceiver MSG:" + intent.getAction());
|
||||
JGYUtils.startServices(context);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user