标签: android time synchronization android-contentresolver android-syncadapter
使用ContentResolver时,您可以使用以下调用将其设置为定期同步:
ContentResolver
addPeriodicSync(Account account, String authority, Bundle extras, long pollFrequency)
pollFrequency确定允许同步的频率。这是基于设备的时钟还是使用某些与其他时间机制无关的定时器?
pollFrequency