I have implemented Fcm push notification , message receive successfully but the problem is that when app is in background and if i got notification can't get app icon, it display as white square
i have tried below code because app is in background it get icon from menifest
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/logo" />
<meta-data
android:name="com.google.firebase.messaging.default_notification_color"
android:resource="@color/placeholder_grey_20" />
also observed that change targetSdkVersion 23 to targetSdkVersion 19 its working well but the problem is that when changed targetSdkVersion 19 i am not getting marshmallow run time permission dialogue
Need help
Note that problem is occured when app is in background