Search code examples
ibm-mobilefirstmobilefirst-adaptersmobilefirst-server

change image in push notification popup


I have developed the push notification functionality in my MobileFirst 7.1 app. Push notifications are working fine and I am able to receive them in my application. I want to change the image in the notification popup which is coming default as worklight image. See below screenshot. How can I do it?

enter image description here


Solution

  • In your Android project's "res/drawable*" folders ,you should find "push.png" file that shows this icon. If you change it to your own icon, make sure you maintain the same name.