Is there a way to sync android contacts with server without using authToken, just username and password? How can it be done?
I want to authenticate with username and password everytime i sync the contacts, without using the authToken at all.
Let’s say on the SampleSyncAdapter, what should I change to achieve this.
You can use the account name as the user name, and save the password either as the token as or additional info. In the SampleSyncAdapter, just replace what your sending to the server.