Hi, Yes, I have both of the permissions below in the manifest file. If the permissions are not set correctly then the application should crash anyway.
<uses-permission android:name="android.permission.READ_CONTACTS" /> <uses-permission android:name="android.permission.WRITE_CONTACTS" /> Yes, I'm sure I'm looking on the right logcat file. My application does not crash, but the statement "getContentResolver().update( uri, contentValues, null, null );" has no effect to the related contact. The logcat does not show anything regarding to getContentResolver().update. I can update other contacts info like the phone number, or even the name of the contact, but I still cannot update the e-mail address or the postal address. -Ali On Oct 6, 5:38 pm, Prakash Iyer <[email protected]> wrote: > Have you set the required permissions in your manifest? Of course, in that > case you should be seeing that error in logcat. You are seeing something in > logcat right, i.e. you are sure you are seeing the right logcat? > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

