When the notif is displayed, the icon is showed. But when I expand the notification menu, it's a grey icon.
My manifest :
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_notification" />
<meta-data
android:name="com.google.firebase.messaging.default_notification_color"
android:resource="@android:color/transparent" />
For exemple, here in this screenshot, the icon is displayed (the green one) :
But then :