Hi,
I have a notification, with the following code:
When the notification comes, it gives a sound (fine), it vibrates (fine), but does not turn the led on. This is on a real device, Android 2.2.2, where other applications, such as SMS, do turn the flashing light on.
What am I doing wrong?
Thanks,
Ati
I have a notification, with the following code:
B4X:
Notification1.SetInfo(a, b, Events)
Notification1.Vibrate = True
Notification1.Light = True
Notification1.Notify(1)
When the notification comes, it gives a sound (fine), it vibrates (fine), but does not turn the led on. This is on a real device, Android 2.2.2, where other applications, such as SMS, do turn the flashing light on.
What am I doing wrong?
Thanks,
Ati