If music is active in the background, how do I pause it while my application is running?

link|improve this question
feedback

2 Answers

Are u using MediaPlayer in your class? If u are using then just use object to pause. U may give a condition when your app ll start to run to pause the music.

link|improve this answer
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/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.