Hello dear developers,
My question concern Notification led blinking, the code is following:
myObject = null;
function OnStart() {
var notify = app.CreateNotification();
var _dateObj = new Date();
notify.SetMessage("", "Dory birthday", _dateObj.toLocaleTimeString());
notify.SetLights("#FF0000", 1000, 1000);
notify.Notify("testApp");
myobject = notify;
}
The notification is displayed but it isn't led blinking.
Could you tell me pls are we doing something wrong?
Or it is the DroidScript problem.
Thank you very much in advance. Have a nice day.