Kronos-Android
Kronos-Android copied to clipboard
When is the Kronos "automatic refresh" triggered? Not mentioned.
The README says that Kronos attempts a "refresh" every minWaitTimeBetweenSyncMs. Is this "automatic refresh" process initiated by the first call to getCurrentTime() or when?
By the look of the code, whenever you call getCurrentTime(), if the last update is out of date, a new sync is requested in the background.