I am working in android sync , when I execute this method :
ContentResolver.requestSync(accounts[0], ContactsContract.AUTHORITY, extras);
I want to know that how can i catch the response when sync finisned.
I am working in android sync , when I execute this method :
ContentResolver.requestSync(accounts[0], ContactsContract.AUTHORITY, extras);
I want to know that how can i catch the response when sync finisned.