Friday, 3 December 2021

Android Custom Notification is Cropped by Xiaomi

I implement Custom Notification with .setStyle(NotificationCompat.DecoratedCustomViewStyle()) It is working properly for all devices except Xiaomi Mi 11 Lite.

When there is an incoming call, the application shows notification with fullScreenIntent. You can see image for that notification(cropped notification' s screenshot):

Cropped Image

If i scroll/tap the notification it looks like that(normal notification' s screenshot):

Normal Image

I implement all types of customContent setCustomBigContentView, setCustomHeadsUpContentView, setCustomContentView" and it works properly for all other devices.

Is there anybody who encountered the same error?



from Android Custom Notification is Cropped by Xiaomi

No comments:

Post a Comment