Hi Dmitri,

> Cursor cursor = mResolver.query( Data.CONTENT_URI,
>     new String[]{Event.DISPLAY_NAME, Event.DATA},
>     Data.MIMETYPE + "=" + Event.CONTENT_ITEM_TYPE + " AND " + Event.TYPE +
> "=" + Event.TYPE_BIRTHDAY,


I use a similar code, and I can retrieve data edited using Google
Contacts on the web.

But if I update the date on the local phone contacts db, the change is
visible in  Android contacts book, but it is not synced to the Web.
Looking at contacts database, I don't see differences with records
synced from Google contacts.

Is this a bug or a feature? :-)

thanks,

Yuri

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