Android: stopService doesn't call onDestroy

前端 未结 4 1743
北恋
北恋 2020-12-11 01:13

I have big problems with stopping a service, which plays audio file. I want to stop the current service before I play another file.

Activity:

public vo         


        
4条回答
  •  醉梦人生
    2020-12-11 01:42

    In my case I was printing a log inside the onDestroy and It was not printing the log and I thought onDestroy not calling when I call stopService. but in Android studio many times does not print the log so you can once double check or verify with the debug or toast.

提交回复
热议问题