When a service has been killed, how to restart it automatically?
sometimes without even calling onDestroy()
onDestroy()
If you have your service killed, the system will try to restart it later. Read more.