hi im trying to add a phone number to an existing contact on android 2.1. Im currently using:
ContentValues values = new ContentValues(); values.put(Phone.RA
Insert into Data.CONTENT_URI instead of Phone.CONTENT_URI also insert the Data.MIMETYPE column with Phone.CONTENT_ITEM_TYPE.
Data.CONTENT_URI
Phone.CONTENT_URI
Data.MIMETYPE
Phone.CONTENT_ITEM_TYPE