Keep alive via the watchdog

This commit is contained in:
M66B
2021-03-29 20:08:35 +02:00
parent 5a79409ed3
commit 7b5d25b56c
3 changed files with 7 additions and 15 deletions

View File

@@ -115,7 +115,7 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
getMainHandler().postDelayed(new Runnable() {
@Override
public void run() {
ServiceSynchronize.eval(ActivityMain.this, "main");
ServiceSynchronize.watchdog(ActivityMain.this);
ServiceSend.watchdog(ActivityMain.this);
}
}, SERVICE_START_DELAY);