Can I override the default notification icon in android from an application icon to a custom icon?
I use the default firebase implementation to display notifications in the system tray when a push notification arrives. Since the icon of my application is colored and has a gradient, therefore, when a notification arrives, the android tries to make a black and white version and make it look like a white circle.
Is there a way to update the default notification icon for something else instead of the default application icon?
PS: we are waiting for solutions that require configuration changes in the manifest and do not want to use NotificationCompat.Builder
android android-6.0-marshmallow android-manifest push-notification notifications
Shashank
source share