tags:

views:

49

answers:

1

Is there a simple way to tell the default media player to change track back or forward?

I want the ability to send commands to the system media player (Music) to change track back and forward from within my app.

Is there a simple way? Code examples or descriptive explanation please, I have not developed for Android before.

Update: Is it just the HTC Music that isn't part of the SDK or even the stock one? Either player would be fine if I could manage way to change tracks.

The HTC Lock screen has some method of changing tracks in the music player. Is it possible I could get hold of this and use it?

Baksmali?

+3  A: 

I want the ability to send commands to the system media player (Music) to change track back and forward from within my app.

The Music application is not part of the Android SDK, so there are no documented and supported Intents for moving from track to track.

Sorry!

CommonsWare
Not hte answer I wanted, but correct none the less :(
Hamid