After running SampleSyncAdapter, a new account was created successfully and I was able to sync my contacts with the server but when I added a new contact it showed me only two fields i.e first name and last name. All the other fields were hidden. What changes do I have to make in the code to enable those fields?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

I tried adding android:supportsUploading=”false” in sync-adapter xml file and it worked for me. Although it now lets me add contacts to phone only but not my account which is fine with me. If anyone has a better solution. it will be more helpful.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.