If music is active in the background, how do I pause it while my application is running?
|
Are u using | |||
|
feedback
|
|
Use the Service to play and pause the music...so it doesn't matter while your application is running in forground and background. you can pause the music using the MediaPlayer API. http://thinkandroid.wordpress.com/2010/04/05/dealing-with-the-android-media-player/ | |||
|
feedback
|