syncadapter没有互联网连接 [英] syncadapter without internet connection

查看:221
本文介绍了syncadapter没有互联网连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个同步适配器工作正常。它不需要互联网连接,因为它需要同步地址簿与另一个本地存储(我的应用程序)。
当WLAN关闭且设备没有任何互联网连接时Android会禁用帐户和帐户中的同步。同步设置活动。

I have a sync adapter that works fine. It does not need internet connection because it needs to sync the addressbook with another local storage (my application). When the Wifi is turned off and the device does not have any internet connection Android disables the sync in the Account & Synch settings activity.

是否有方法即使在连接关闭时也保持同步适配器?

Is there a way to keep my synch adapter on even when the connection is off?

推荐答案

没有办法,SyncAdpater框架将无法工作没有互联网连接所以它更好地重新实现您的同步适配器作为意图服务。

Well there is no way, SyncAdpater framework won't work without internet connection So its better to Re-implement your sync adapter as a intent Service.

这篇关于syncadapter没有互联网连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆