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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -