Find contacts created after a particular time-stamp
Posted
by frieza
on Stack Overflow
See other posts from Stack Overflow
or by frieza
Published on 2010-03-29T12:18:23Z
Indexed on
2010/03/29
12:23 UTC
Read the original article
Hit count: 380
Hi, is it possible to know the time at which a contact was created. Actually I want to find all contacts created after a particular time (say 12:00 pm 29th march 2010).
I thought that the contact ids were assigned in an increasing order and just noting the largest id at that point would suffice. But with Android 2.0, the internal sync may merge a contact with an existing one and hence assign an older id to it.
I hope I have made my question clear
© Stack Overflow or respective owner