Could anyone tell me how to stop intentservice in Android?
intentservice
If I use stopservice to stop an intentservice, it doesn\'t work.
stopservice
I have
An IntentService is designed to stop itself only when all the requests present in the work queue have been handled.As per docs,IntentService class "Stops the service after all of the start requests are handled, so you never have to call stopSelf()"