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
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
android.intent.action.MUSIC_PLAYER is your friend. See http://developer.android.com/reference/android/provider/MediaStore.html for further information.