Added auto update Disconnect's lists

This commit is contained in:
M66B
2021-05-02 08:37:34 +02:00
parent b0c281e909
commit 6e367fb420
5 changed files with 118 additions and 2 deletions

View File

@@ -182,6 +182,7 @@ public class ApplicationEx extends Application
ServiceSynchronize.scheduleWatchdog(this);
WorkManager.getInstance(this).cancelUniqueWork("WorkerWatchdog");
WorkerAutoUpdate.init(this);
WorkerCleanup.init(this);
registerReceiver(onScreenOff, new IntentFilter(Intent.ACTION_SCREEN_OFF));