What's the correct way to set a clickable button in a rich notification in Honeycomb? Like the media play buttons shown here (which I think are from the Music app) -
http://androidcommunity.com/google-details-honeycombs-notification-bar-20110202/
It's not setSmallIcon() in Notification.Builder. That call sets the icon that identifies the app in the status bar.
Looking at Notification.Builder, do we need to call setContent() with a RemoteViews object?