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 -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -