I would like to send the broadcast message back to the activity when the service is stopped by the user or OS. I have tried to add the code in onDestroy of the service while onDestroy have not been called every time.
Can anyone give me suggestion how I can send the message when the service is stopped?