tags:

views:

58

answers:

1

Is there any way to programatically open the Android Music Player?

I'm sure there is some kind of Intent somewhere but I cannot find it.

James

A: 

android.intent.action.MUSIC_PLAYER is your friend. See http://developer.android.com/reference/android/provider/MediaStore.html for further information.

hpe