You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Apps targeting Android 12 (API level 31) or later can't create fully custom notifications. Instead, the system applies a standard template nearly identical to the behavior of Notification.DecoratedCustomViewStyle.
From the official documentation:
Note: Apps targeting Android 12 (API level 31) or later can't create fully custom notifications. Instead, the system applies a standard template nearly identical to the behavior of Notification.DecoratedCustomViewStyle.
https://developer.android.com/develop/ui/views/notifications/custom-notification#create_a_fully_custom_notification_layout
So I think this is why I can't see notification layout on Android 14 emulator. It shows icon only. Do you have any plans to fix it?
The text was updated successfully, but these errors were encountered: