java - Android service won't pause -



java - Android service won't pause -

i've created service playing music in mu android game, service wont stop. have implemented on pause method in service.. problem?

public void onpause() { player.pause(); }

when turn screen off acivity pausing, music service still playing.

java android service music

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -

model view controller - MVC Rails Planning -