use of ntp service
I'm developing an app that needs to control real time in any location on the Earth and do something when time comes. At the same time n开发者_StackOverflowot to rely on system time because user can easily change it.
Does anybody have an experience of implementing "sntp/ntp" service on android device or is there any other solution to do it? ThanksCheck out the SNTP client code at:
https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/net/SntpClient.java
精彩评论