How to stop intentservice in android?

后端 未结 6 1800
北荒
北荒 2020-12-20 18:44

Could anyone tell me how to stop intentservice in Android?

If I use stopservice to stop an intentservice, it doesn\'t work.

I have

6条回答
  •  执念已碎
    2020-12-20 19:35

    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.

提交回复
热议问题