Added option to run rules daily

This commit is contained in:
M66B
2022-12-23 14:06:25 +01:00
parent 5b73a1a4e8
commit 6cdd2a36aa
12 changed files with 3043 additions and 4 deletions

View File

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