Skip to content

Sync status

soneyworld edited this page Jun 23, 2011 · 1 revision

Sync Status

A ContactsContract.RawContacts Entry can be in the following status:

  • locally added
  • locally changed (implicit: DIRTY is true)
  • locally deleted (implicit: DELETED is true)
  • remote added (not necessary because of manual import or automatic sync)
  • remote changed (implicit: LDAP Entry differs from locally saved LDIF in SYNC4)
  • remote deleted (implicit: Local Entry has SOURCE_ID, which the LDAP haven't and status != "locally added")
  • in sync
  • change conflict

Clone this wiki locally