Increase daily job interval, schedule on boot/update only

This commit is contained in:
M66B
2018-09-22 07:42:02 +00:00
parent 8068b296df
commit 420acdc1fe
3 changed files with 5 additions and 3 deletions

View File

@@ -2034,7 +2034,6 @@ public class ServiceSynchronize extends LifecycleService {
public static void start(Context context) {
ContextCompat.startForegroundService(context, new Intent(context, ServiceSynchronize.class));
JobDaily.schedule(context);
}
public static void reload(Context context, String reason) {