Not Able To Insert Address Of Contacts In Android
I am able to insert new android contact's name, his all phone number and all email ids in android. But i am not able to insert his address. I tried it using following lines of code
Solution 1:
Your Mime type is wrong. It should be android.provider.ContactsContract.CommonDataKinds.StructuredPostal.CONTENT_ITEM_TYPE
Post a Comment for "Not Able To Insert Address Of Contacts In Android"