Time of last modification of a contact on Android
1 answer
See the following post: The last time a contact was changed - you can check the "DIRTY" flag, which indicates if the contact was changed before it was synced to a Google account.
Depending on your needs, you can also cache ContactsContract.Contacts.Entity.VERSION yourself and compare it to the current values ββin the database.
0
a source to share