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
public static void requestManualSync(Account account, Bundle extras) { //Do your Stuff here... }
Put above method in Syncadapter..