Improved watchdog

This commit is contained in:
M66B
2019-08-03 16:05:30 +02:00
parent 952d93bf17
commit f59adf17f5
4 changed files with 11 additions and 18 deletions

View File

@@ -455,4 +455,8 @@ public class ServiceSend extends ServiceBase {
ContextCompat.startForegroundService(context,
new Intent(context, ServiceSend.class));
}
static void watchdog(Context context) {
boot(context);
}
}