Search code examples
androidandroid-notifications

Display HTML content in a Custom notification


Is it possible to build a custom notification that display HTML content ?

I saw that it's possible to build custom notification using RemoteViews, will it be possible to have WebView embedded in a RemoteViews, and pass it as a custom view to the notification ?


Solution

  • No, sadly this is impossible :(

    Custom notifications can only contain RemoteViews which only can hold a certain subset of all views like Buttons, TextViews, etc.