Hello,
I would like to know if it is possible to use customized layout for the notification expandedView.
According to the documentation I could create a RemoteViews object with a custom layout, assigning it to the Notification.expandedView() method.
By doing this, I am able to display a custom view but I lose the Intent firing behaviour when the user clicks on the notification itself. Also if I set the contentIntent attribute manually in the notification this intent is never fired.
Is there a way in which I can replicate the intent firing behaviour using my custom view?
Could you please provide some help?
Thanks a lot
Regards,
Stefano


