How can I trap that my system clock is changed. I don't want to attach this operation with any button.
The actual problem is
-------------------------
My java application timer gets stopeed as System Clock is changed to backwards and if system clock is set back to normal, the system comes back.
This is how I have set it
new Timer(action, delay)
--------------------------------
This is an old problem, I am thinking to reset timer.
Please suggest.
The actual problem is
-------------------------
My java application timer gets stopeed as System Clock is changed to backwards and if system clock is set back to normal, the system comes back.
This is how I have set it
new Timer(action, delay)
--------------------------------
This is an old problem, I am thinking to reset timer.
Please suggest.