is there a way to find out the last time a contact was modified?
I can\'t seem to find a variable for it. The reason I\'m asking is because I\'d like to do a sync of the con
Depending on your needs, you might also be able to cache ContactsContract.Contacts.Entity.VERSION yourself (for the different raw contacts which are associated with a contact) and compare it to the current values in the Android's content provider.