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
Have you set the correct permissions in the AndroidManifest.xml? As far as I know the access to the personal information (contacts) is restricted by default.
see here for more about the permission system in android