android|android 网络自动同步时间慢问题

问题描述:
今天测试提了一个网络同步时间慢的bug。

网络同步时间原理参考: https://blog.csdn.net/yin1031468524/article/details/65447849
核心代码在NetworkTimeUpdateService.java中
frameworks\base\core\res\res\values\config.xml中有核心配置相关项。其中
config_ntpServer 是默认的ntp服务器,mtk源代码中是time.android.com, 但是大陆访问不了,把地址改为 cn.pool.ntp.org 即可。
另外修改config_ntpPollingIntervalShorter 值去修改同步更新时间的频率。
【android|android 网络自动同步时间慢问题】

    推荐阅读