I need to synchronize time between two or more android devices. But I don't need change local time, only knew different in time on different devices.
I cannot assume that devices have access to GPS or GMS or even to Internet. The connection is made in intranet by WIFI.
Is a API on Android which help me make this quick?
For connection I use Socket and ServerSocket classes.
Update: I search API which help me to exchange data about time and synchronize it.