mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Every startForegroundService() re-arms the 10s startForeground() deadline, even when the service is already foreground. The service only promoted in onCreate(), so repeated start requests could time out and ANR.