Loading src/org/lineageos/updater/UpdatesCheckReceiver.java +2 −2 Original line number Diff line number Diff line Loading @@ -160,8 +160,8 @@ public class UpdatesCheckReceiver extends BroadcastReceiver { PendingIntent updateCheckIntent = getRepeatingUpdatesCheckIntent(context); AlarmManager alarmMgr = context.getSystemService(AlarmManager.class); alarmMgr.setExactAndAllowWhileIdle(AlarmManager.RTC, System.currentTimeMillis() + Utils.getUpdateCheckInterval(context), alarmMgr.setRepeating(AlarmManager.RTC, System.currentTimeMillis() + Utils.getUpdateCheckInterval(context), Utils.getUpdateCheckInterval(context), updateCheckIntent); Date nextCheckDate = new Date(System.currentTimeMillis() + Loading Loading
src/org/lineageos/updater/UpdatesCheckReceiver.java +2 −2 Original line number Diff line number Diff line Loading @@ -160,8 +160,8 @@ public class UpdatesCheckReceiver extends BroadcastReceiver { PendingIntent updateCheckIntent = getRepeatingUpdatesCheckIntent(context); AlarmManager alarmMgr = context.getSystemService(AlarmManager.class); alarmMgr.setExactAndAllowWhileIdle(AlarmManager.RTC, System.currentTimeMillis() + Utils.getUpdateCheckInterval(context), alarmMgr.setRepeating(AlarmManager.RTC, System.currentTimeMillis() + Utils.getUpdateCheckInterval(context), Utils.getUpdateCheckInterval(context), updateCheckIntent); Date nextCheckDate = new Date(System.currentTimeMillis() + Loading