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 中非常精确地获取时间。我发现 ntp 是做到这一点的最好方法.. android 中是否有任何现有的库来花费 ntp 时间.? 任何帮助表示赞赏。提前致谢
利用
System.currentTimeMillis()
根据文档:返回自 1970 年 1 月 1 日 00:00:00 UTC 以来的当前系统时间(以毫秒为单位)。
按照@Kushwaha 的建议获取android 设备的时间应该没问题。该设备通常会通过 Internet 或通过移动网络提供商保持同步,因此在不直接联系 ntp 服务器的情况下获取设备时间应该是准确的。