Hi,
I copied some notification icons to source folder\Objects\res\drawable and made them read only.
Icon on notification is blank whatever icon I choose. If i specify a icon that doesn't exist, notification isn't shown at all. What am I doing wrong?
I copied some notification icons to source folder\Objects\res\drawable and made them read only.
B4X:
Dim x As Notification
x.Initialize
Dim intent1 As Intent
intent1.Initialize(intent1.ACTION_VIEW,"market://details?id=com.hbwares.wordfeud.free")
x.SetInfo2("title","txt","",intent1)
x.Icon="icon"
x.AutoCancel=False
x.Sound=True
x.Vibrate=True
x.Notify(l.new_notification_nr)