I want to create a unstoppable service, i.e if the user clicks the Force Stop from settings->Manage Applications->APP_NAME, I want to know that any method for killing that service like onDestroy() is called or the android OS kills that service on its own.
|
| ||||
|
feedback
|
|
Starting a service on boot with a Sticky flag is the normal way of doing this. | |||||
feedback
|