0

I would like to create an android app/service that will control Android services, in particular the Media Player. This is different from the playing a audio file, in my case the user has already launched the Media Player with their own song/playlist and wish to send skip/stop/... commands.

n002213f
  • 7,805
  • 13
  • 69
  • 105

1 Answers1

0

The AOSP Media Player has no public documented and supported API. Moreover, the app you think of as the "Media Player" does not exist on all devices.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491