In my application I need to give user opportinity to see/edit all available fields of ContactsContract.
How should I get/see all available fields – including any custom ones?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First get all of the names of people that exist in your phone:
Now get contact id and get other information like phone number, email id, address, organization by using contact id:
By doing this you can get all the fields of contacts-contract.