android - alternative for CONTACT_LAST_UPDATED_TIMESTAMP for APIs below 18 -
I am syncing contacts with my server and I need to change contact book (insert / delete / update) Do) server. For this, I am using 'CONTACT_LAST_UPDATED_TIMESTAMP' and it is comparing it with the timestamp in my database which is working fine.
But the problem CONTACT_LAST_UPDATED_TIMESTAMP has been added to API 18 and I have to support API 8.
So I'm looking for the option of CONTACT_LAST_UPDATED_TIMESTAMP for APIs below 18.
Thanks in advance.
Comments
Post a Comment