0

I want to develop a Media Player where I want to add buttons for notification like Play-Pause, Next, Previous. I am unable to understand, how can I do that ? I can see buttons for notification but they are not working. Guys please help me out with sample example code.

Sunil Sharma
  • 1,297
  • 3
  • 17
  • 31
  • possible duplicate of [How to add button to notifications in android?](http://stackoverflow.com/questions/16195800/how-to-add-button-to-notifications-in-android) – Nadeem Iqbal Sep 05 '14 at 09:54

1 Answers1

1

You can add action buttons in notification as of Android 4.1

See this for Android Notification reference

And you can see Code example Here and Here

Community
  • 1
  • 1
Nadeem Iqbal
  • 2,357
  • 1
  • 28
  • 43