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,
You can do like this:
int icon=R.drwable.icon; //Add your icon name here NotificationCompat.Builder builder = new NotificationCompat.Builder(this); builder.setSmallIcon(icon);