Skip to content
Advertisement

Custom Notification for incoming call not showing in android

I am trying to make a custom incoming call notification like WhatsApp for my app if I don’t use this custom layout then my notification is working. I am trying this for the first time any help will be appreciated.

This is my FireBaseMessagingService Class

JavaScript

This is my channel

JavaScript

This is my FCMReceiver Class

JavaScript

Advertisement

Answer

In you NotificationBuilder you need to set notification category to NotificationCompat.CATEGORY_CALL and style to NotificationCompat.BigTextStyle() like this

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement