3

When media player is playing; pause, prev and forward buttons appear on lock screen. How can i make my media player to listen these buttons? (I'm using Android 2.3.7)

syloc
  • 4,569
  • 5
  • 34
  • 49
  • 1
    Check out related topic/discussion [here](http://stackoverflow.com/questions/12168046/remote-control-client-for-android). What you are talking about is [RemoteControlClient](http://developer.android.com/reference/android/media/RemoteControlClient.html) which only available since API Level 14. – yorkw Sep 05 '12 at 21:28
  • @yorkw; my device is using version 2.3.7 with Cyanogenmod mode. And i can see the controls when i'm using apps like tuneIn and SoundCloud. Can it be related to Cyanogenmod? – syloc Sep 06 '12 at 09:26

1 Answers1

0

As I know you can't do that unless you write your own lock-screen

user1049280
  • 5,176
  • 8
  • 35
  • 52
  • 5
    I don't think so, I've seen several apps react to the default "Next" & "Previous" buttons my lockscreen provides. (Speaking of Cyanogenmod/ADWLauncher though). – DeX3 Sep 05 '12 at 14:45