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
Belated reply in case someone has the same issue. If you call .stopService(intent) where intent is the same intent object you used to start the service then it will work.
.stopService(intent)
intent