In my Android application, I am playing different mp3 files using the MediaPlayer class.
The user is playing his/her own music with the default music application.
I want to:
- Pause the music of the default music application.
- Start playing music from my application.
- When my music is done playing, my app will resume the user's default music.
I want to pause and resume the music of the default music player from my application.
Is it possible to do this?
The following code will pause a default MediaPlayer by sending a broadcast: