Last time the contact was modified

后端 未结 3 594

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

3条回答
  •  时光取名叫无心
    2021-01-13 20:35

    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.

提交回复
热议问题