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
Post a Comment