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)
Asked
Active
Viewed 2,447 times
3
-
1Check 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 Answers
0
As I know you can't do that unless you write your own lock-screen

user1049280
- 5,176
- 8
- 35
- 52
-
5I 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