Re: [android-developers] Updating the contact list

2012-02-12 Thread Robert Thau
Your update seems to be written on the assumption that there's a single row in ContactsContract.Data which has both the structured name fields and the phone number, and which is identified by the contact ID. Unfortunately, none of that is true: First off, the name and the phone number will

[android-developers] Updating the contact list

2012-02-10 Thread darrinps
I am having...mmmdifficulty let's say, updating the contact list. I can add to it just fine, but when I go to update it, it processes, but makes no change. Here is my code: private void continueHandleEdit() { ArrayListContentProviderOperation ops = new