mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-15 02:36:12 -04:00
Calling startMonitor() in App.onCreate() started the foreground service timeout clock before the BroadcastReceiver even ran, consuming timeout budget with post-init work and receiver processing. The service is already started by BluetoothEventReceiver, BootCompletedReceiver, and OverviewViewModel, making this call redundant.