Hi Community,
I created a clock for timming and it runs normally (as above photo). But when I switched off the screen of my phone for power saving, I found the clock stop counting until the screen is on.
Is there any background extension for my case?
Thanks for helping !
for example the tools extension and its ActivityChanged event
if pause
then capture the current time and the value of the timer
if resume
then calculate new timer value = current time - captured time - captured timer value
and continue the countdown from there