OK, it seems that timers stop when tablets 'go to sleep'; i.e. the display timeout is reached.
I can use the PhoneWakeState to keep it alive but this will cause battery drain due to keeping the screen on all of the time albeit dimmed.
Is there a way to keep the process running but allow the screen to switch off thus keeping timers running without reducing battery time?
I thought that was what partial lock was for but this too seems to keep the screen on but dimmed.
Out of curiosity; what is the difference between PartialLock and KeepAlive(False)?
Thanks
I can use the PhoneWakeState to keep it alive but this will cause battery drain due to keeping the screen on all of the time albeit dimmed.
Is there a way to keep the process running but allow the screen to switch off thus keeping timers running without reducing battery time?
I thought that was what partial lock was for but this too seems to keep the screen on but dimmed.
Out of curiosity; what is the difference between PartialLock and KeepAlive(False)?
Thanks
Last edited: