I played with the new rich notificaitons in Bean Jelly, and everything works as expected when I set up a new notificaiton using templates Notification.BigPictureStyle, Notification.BigTextStyleor Notification.InboxStyle. I can use the method Notification.Builder.addAction(), and the action buttons are displayed at the bottom of the extended notification. But when I try to create a cutsom notification using Notification.bigContentView , the action buttons never appear.
Just to clarify, if I never installed bigContentView, buttons are displayed. But as soon as this field is configured on a custom RemoteViews object, the buttons disappear.
Does anyone have any ideas on why this is happening?
source
share