Can I override default push notification icon in android from app icon to custom icon?

后端 未结 6 1872
鱼传尺愫
鱼传尺愫 2021-02-12 16:07

Can I override default push notification icon in android from app icon to custom icon?

I am using default firebase implementation to display notification in system tray,

6条回答
  •  野的像风
    2021-02-12 16:54

    you can use this in your manifest according to https://firebase.google.com/docs/cloud-messaging/android/receive

        
        
    
        
        
    

    Hope it helps people.

提交回复
热议问题