Hi everyone.Its my first day here. I hope to use some help....
I created an alarm widget whereby after setting the time the widget will send to background.
May I know how to automatically bring the widget foreground programatically that has been sent to background using
function goToBackground()
{
widget.openApplication(0x102750F0);
}
The widget must auto open back(foreground) upon my function :setTimeout(60000).
Thanks in advance![]()


Reply With Quote



