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

@@ -36,6 +36,7 @@ public class ReceiverAutostart extends BroadcastReceiver {
Log.i(Helper.TAG, "Synchronizing accounts=" + synchronizing);
if (synchronizing > 0)
ServiceSynchronize.start(context);
JobDaily.schedule(context);
}
}).start();
}