android - IBM worklight 7.1 change push notification icon -


i'm confused right now, want change push notification icon (android) , i've change push.png in res-drawable folder , add 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). here? fyi i'm using ibm mobile first platform 7.1

as vivin suggested in comments, should not update androidmanifest.xml new line.

you need replace existing push.png own image, named push.png. all.


Comments

Popular posts from this blog

SVG stroke-linecap doesn't work for circles in Firefox? -

routes - Laravel 4 Wildcard Routing to Different Controllers -

cross browser - XSLT namespace-alias Not Working in Firefox or Chrome -