mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Improved watchdog
This commit is contained in:
@@ -455,4 +455,8 @@ public class ServiceSend extends ServiceBase {
|
||||
ContextCompat.startForegroundService(context,
|
||||
new Intent(context, ServiceSend.class));
|
||||
}
|
||||
|
||||
static void watchdog(Context context) {
|
||||
boot(context);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user