A program can run in the background. Hardware.ShowTodayScreen can be used to move it to the background.
However if your device is not a phone device and it turns off after a period of time, the program will stop as well.
If it is Hardware.ShowTodayScreen can bring it to background, then set the timer to kill that process, correct??
It might be easier to assist you if you describe the effect that you wish to produce...
Mike.
I was intended to create a program to display a counterdown during the idle time before the target go to standby mode. However, I dont want to interrupt the target idling time, because I have no idea whether if the display is refreshing every seconds, will it cause the target to kept on reseting the idle time or not. Hence, I wish to have a counter that maybe run at the background without interrupting the system power cycling time.
... However, I dont want to interrupt the target idling time, because I have no idea whether if the display is refreshing every seconds, will it cause the target to kept on reseting the idle time or not.