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

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -