version:2.7

fix:更新桌面唤醒
update:
This commit is contained in:
2022-02-25 14:13:08 +08:00
parent 3c45ccc7b1
commit ecd683440a
2 changed files with 6 additions and 6 deletions

View File

@@ -61,8 +61,8 @@ android {
//新平台正式
newly {
flavorDimensions "default"
versionCode 17
versionName "2.6"
versionCode 18
versionName "2.7"
/*********************************极光推送************************************/
manifestPlaceholders = [
XG_ACCESS_ID : "1500026372",
@@ -83,8 +83,8 @@ android {
MTKnewly {
flavorDimensions "default"
versionCode 7
versionName "1.6"
versionCode 8
versionName "1.7"
/*********************************极光推送************************************/
manifestPlaceholders = [
XG_ACCESS_ID : "1500026372",

View File

@@ -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;
}