Hi
I want to invoke my application using registerAlarm() method. Can anybody tell me what happens when
1) my device is switched off at the scheduled time
2) device is busy ( some other application is running ) at the scheduled time
Hi
I want to invoke my application using registerAlarm() method. Can anybody tell me what happens when
1) my device is switched off at the scheduled time
2) device is busy ( some other application is running ) at the scheduled time
regards
Sunil (sunilmnaik@gmail.com)
1) Nothing will happen.
2) You will get a prompt asking if your application is allowed to start. This will cause a closing of the currently open app on S40, and on S60 it will send the current foreground app to the background.
Daniel
3) what happens If phone is busy in making a call or attending a call at the scheduled Time ?
regards
Sunil (sunilmnaik@gmail.com)
Hard to say as I never tested it, but I suspect the midlet will start just the same (on S60 at least). S40 behavior may be different as it doesn't allow multiple apps running at the same time.
Daniel