* Which Category is your question related to? *
Push Notification
* What AWS Services are you utilizing? *
Pinpoint
* Provide additional details e.g. code snippets *
How can I change small icon that appears on status bar and bottom right of the large notification icon? Right now it is white round. Should I set this from Pinpoint API? I am currently using Pinpoint UI.
Has anyone solved this?

Had a similar issue, found it was a naming convention. Try adding white transparent images with the name ic_notification.png to the following folders. They need to be non-color images from what I have read.
This has worked for the majority of devices I have tested with, tho it may not work with older versions of android
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Had a similar issue, found it was a naming convention. Try adding white transparent images with the name
ic_notification.pngto the following folders. They need to be non-color images from what I have read.This has worked for the majority of devices I have tested with, tho it may not work with older versions of android