syncadapter without internet connection

后端 未结 5 1490
小鲜肉
小鲜肉 2021-01-13 10:10

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 Wi

5条回答
  •  终归单人心
    2021-01-13 10:23

    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.

提交回复
热议问题