Cloud sync: added worker

This commit is contained in:
M66B
2023-01-16 15:09:53 +01:00
parent 91867ce93b
commit 02e06b5253
4 changed files with 322 additions and 195 deletions

View File

@@ -258,6 +258,7 @@ public class ApplicationEx extends Application
WorkerAutoUpdate.init(this);
WorkerCleanup.init(this);
WorkerDailyRules.init(this);
WorkerSync.init(this);
}
registerReceiver(onScreenOff, new IntentFilter(Intent.ACTION_SCREEN_OFF));