Hi there,
Does anyone know where to set the icon for push notifications on Android in Rhodes? At the moment when the notification comes through it just has an icon with an exclamation in it. I know in the Android manifest this entry is responsible for its definition:
android:icon='@drawable/icon'
How does Rhodes handle this or where does it get the image from in the rho package?
Thanks
1 Replies
Hello Lisa,
Which version of rhodes are you using?
By using Rho.Notification.showPopup api you can set notification icon too.
Kindly find the docs at http://docs.rhomobile.com/en/5.2.2/api/Notification#mshowPopupSTATIC
Thanks