Removed alarms from service UI

This commit is contained in:
M66B
2021-03-29 16:18:43 +02:00
parent fe2cc0a858
commit c046a95e71
5 changed files with 23 additions and 92 deletions

View File

@@ -35,7 +35,6 @@ public class ReceiverAutoStart extends BroadcastReceiver {
ServiceSynchronize.boot(context);
ServiceSend.boot(context);
ServiceUI.boot(context);
}
}
}