Search code examples
androidibm-mobilefirst

IBM worklight 7.1 change push notification icon


I'm confused right now, I want to change push notification icon (android) and I've change push.png in all res-drawable folder and add this line in AndroidManifest.xml: < meta-data android:name="com.parse.push.notification_icon" android:resource="@drawable/push" >

But no success. Still showing default worklight push notification icon (default push notification icon). Any help here? FYI I'm using IBM mobile first platform 7.1


Solution

  • As Vivin suggested in the comments, you should not update AndroidManifest.xml with any new line.

    You need only to replace the existing push.png with your own image, also named push.png. That is all.