Alex Corbi wrote: > I want to get a reference to the Mediaplayer running currently on the > device, so my app can pause it, execute its code and then resume it > again. The class that plays the music and the videos is of course > MediaPlayer but i don't want to create a new one, but to control the > one its running when my app needs to do its job.
That is not possible. Create your own MediaPlayer object, please. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

