I make a non-stop background service for Android app, my solution is to send a broadcast to the registered receiver on the method OnTaskRemoved :
and start the service again on the received:
But it only works on Android 6 and 7, not on 5 and 5.1. Anyone knows how to deal with it, please help me, thanks a lot.