You cannot.

First, look at the code for the provider,

http://www.google.com/codesearch/p?hl=en#cbQwy62oRIQ/src/com/android/providers/contacts/ContactsProvider2.java&q=ContactsProvider2.java&l=3887

and you'll notice that it only allows updates for the "non-managed"
fields on Contacts, i.e. the fields which are not built by the
aggregation function.

However, you might be able to force an update of this particular
managed field by updating all the StructuredName rows of the
RawContacts that make up the Contact row (or just updating "the one",
however that could have adverse effects on the aggregation I suspect).

Br,


On 28 Feb, 14:04, Koby <[email protected]> wrote:
> No one can help on this issue? it's really important and i'v looked
> everywhere.
> Maybe i am doing something wrong.

-- 
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

Reply via email to