android - How to stopService when App is fired -
i got problem puzzling me long time
activity a in application app
in ondestroy(), need call function b() release resource, when press home , remove app, ondestroy() can not callback. should do? not call b() in onpause() or onstop()
ps: making android musicplayer, need stopservice() when app killed, help!
Comments
Post a Comment