Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个应用程序,它需要控制地球上任何位置的实时时间,并在时间到来时做一些事情。同时不要依赖系统时间,因为用户可以很容易地改变它。 有没有人有在 android 设备上实现“sntp/ntp”服务的经验,或者有没有其他解决方案可以做到这一点?谢谢
在以下位置查看 SNTP 客户端代码:
https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/net/SntpClient.java