gpt4 book ai didi

Android 如何以编程方式启用/禁用自动同步

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:53:48 26 4
gpt4 key购买 nike

我需要知道如何以编程方式打开和关闭自动同步。

最佳答案

我觉得你在找

ContentResolver.setMasterSyncAutomatically(<boolean>);

文档说的是什么:

Sets the master auto-sync setting that applies to all the providers and accounts. If this is false then the per-provider auto-sync setting is ignored.

This method requires the caller to hold the permission WRITE_SYNC_SETTINGS.

所以不要忘记在 manifest.xml 中添加权限:

<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />

这应该禁用/启用所有同步。


@Sajmon:我更新了这个我认为非常有用的答案(我在我的个人项目中使用它)。

关于Android 如何以编程方式启用/禁用自动同步,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5138256/

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