I have a started foreground service.
I\'ve taken care to return START_STICKY from onStartCommand
.
I\'ve observed that foreground services don\'t run indefinitely bu
Pushing up the comment of KR_Android : according to this blog and this other question : a service Intent is declared 'bad' after crashing at least twice.
Please try to
try { method(..); } catch(..) { log(..) }
security beltsLet us know and we shall update our answers after digging further