Replies: 1 comment 10 replies
-
You can set the default icon in your AndroidManifest.xml, inside the Application tag:
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having trouble to set the notification icon using your package. Setting the meta "com.google.firebase.messaging.default_notification_icon" compiles but it's not shown. Overriding half your lib code for android like Diaver did seems a bit overkill for just getting the icon right, while everything else works "out of the box".
I would suggest that the Android options are expanded to be able to supply the wanted icon from the maui image resources. Something like:
where "my_notifion_icon" is an image residing in "Resources/Images/" maui directory.
If that's not an option a drawable/[image] in the platform/Android library is fine too.
Beta Was this translation helpful? Give feedback.
All reactions