My App requires correct time (can not rely on device time since the user can change it + carrier might be not available or doesnt support NITZ). Initially I use http calls to a trusted server, however there are situations when network is not available.
Is there any other option I can use?
Can I rely on broadcast ACTION_TIME_CHANGED to detect that the user modofied the device clock? Does my app always need to be running in order to get this notification (this I would like to avoid)?
Thanks!