<@U031981JNPK> Hi, do you have any plan to suppor...
# glance
t
@Marcel Pinto Hi, do you have any plan to support custom notifications through Glance? Since it is also kind of RemoteViews..
2
☝️ 2
🙏 2
🤞 2
m
Custom notifications are in general discourage and instead apps should use existing templates like MediaStyle or InboxStyle. More options might come in the future. Also as of Android 12 fully custom notifications are not allowed https://developer.android.com/develop/ui/views/notifications/custom-notification#create_a_fully_custom_notification_layout Meaning, there are no plans to support it as of now. That being said, its technically possible to use Glance for them since at the end glance returns a remote views.
t
thanks for quick reply!