gpt4 book ai didi

android - ContentResolver.requestSync 工作正常,但 ContentResolver.addPeriodicSync 不工作

转载 作者:行者123 更新时间:2023-11-29 21:05:42 25 4
gpt4 key购买 nike

如果 ContentResolver.addPeriodicSync 没有触发 onPerformSync(...) 方法,可能是什么问题。

但是 ContentResolver.requestSync 正在触发 onPerformSync(...)

更多信息:onPerformSync - 只是创建一个通知。这是代码:

ContentResolver.requestSync(mAccount, AUTHORITY, settingsBundle);

ContentResolver.addPeriodicSync(
ACCOUNT,
AUTHORITY,
null,
SYNC_INTERVAL);

最佳答案

您必须调用 ContentResolver.setSyncAutomatically 并将 true 作为第三个(同步)参数来为您的适配器启用同步。

此外,Bundle 不能为空。如果您没有额外的东西,请改用 new Bundle()

参见 here

关于android - ContentResolver.requestSync 工作正常,但 ContentResolver.addPeriodicSync 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24649235/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com