Open AppWerft opened 9 years ago
To use an icon create images in
/platform/android/res/drawable-****/notification_icon.png
and reference it like this
icon : Ti.App.Android.R.drawable.notification_icon,
Hi janisr, I know this solution. But I see partly the right (colored) icon and partly the monochromatic, minified version. It depends on device. And I don't see the rule.
Hi, The icon is not displayed anymore for Android 5. You can use my fork if you want and set the "largeIcon" property. I created a PR also, so maybe this will be merged.
I call:
On console I see:
Issue: I don't see myalarmicon, but a system icon.
NEXUS5 (5.1) Systemicon NEXUS7 (4.*) it works. SmartWatch LG it works
Any ideas? I have copied in every drawable folder a PNG. I have also tried to copy PNG in Ressources/android/images/.. folder: same issue.