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, when a push notification come. Since my app icon is coloured and has gradient, so when a notification comes, android tried to make a black/white version of it, and make it look like a white circle.
Is there a way to update the default notification icon to something else instead of default app icon?
PS: Looking forward for a solution which required a config change in manifest and don't want to use NotificationCompat.Builder