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.