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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -