Reputation: 1365
I am building an Android application where I need to detect the contact format (fields like name, lastname, DOB etc) from the user's Android handset. How do I do it?
Upvotes: 1
Views: 1728
Reputation: 3005
here's a link to the developers reference, it may help.
http://developer.android.com/reference/android/provider/ContactsContract.html
Upvotes: 1