Add icon in android lollipop push notification
5:29 PM
Use this code :
PushNotification.init({
"android" : {
"senderID" : "292145204069",
"icon" : "notification_icon", // It will search for notification_icon.png in your android drawable folder
"iconColor": "#0076cb"
}
});
0 comments