syncadapter without internet connection

后端 未结 5 1466
小鲜肉
小鲜肉 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:48

     public static void requestManualSync(Account account, Bundle extras) {
       //Do your Stuff here...
    }
    

    Put above method in Syncadapter..

提交回复
热议问题