I want to create a Media Playback notification using the new Android L MediaStyle template. Now, I succeeded doing so perfectly well for actions like previous, play, pause, next
That's the cancel button you're looking for:
.setShowCancelButton(true) .setCancelButtonIntent(stopPendingIntent)
On your MediaStyle instance.