Hello,
I've created an own accountType
and it works fine to insert my contacts to the ContactsContract
and I can view all values of these contacts in the Contacts application. But when I click on "add contact" or "edit contact" I have only input-fields for the given name and for the family name but not for the rest of the fields, like phone, website and so on.
Where do I have to specify, which fields should be displayed for contacts of my accountType
?