Notification icon is not visible #5924
Unanswered
AshwinSampathkumarRK
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi there! Unfortunately, no idea, sorry, especially for device-specific issues. I'd examine stackoverflow and query there, as your XML looks okay, and this entire set of functionality is actually underneath the module in firebase-android-sdk (so check the issues list / PR list as well, plus they have support on stackoverflow as a semi-official channel as well) I fixed your code block, check it out and see https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting |
Beta Was this translation helpful? Give feedback.
3 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 working on an app that allows the user to get a push notification. The issue that I face is that the app's icon is not visible in the push notification in android, only on certain devices. For example, although the android version is the same (android-11), the notification icon is visible in Redmi Note 9 Pro max but is not visible in Oneplus Nord


This is my AndroidManifest.xml
I'm not sure what's the cause of this issue. Is this a bug? Is there any solution for this? Or is there any workaround for this?
Beta Was this translation helpful? Give feedback.
All reactions