I' developing an Android app and in this app I've got a Android MediaPlayer and I want to ask, if I can access with this MediaPlayer to a running MediaPlayer, that was started by an other app?
For example I start a song with the Android Music app and the user opens my app. Is there a method to access and control this stream of the Android Music? So I can stop the music with stop() and start it start() and all the other functions?