removing some fields at storing contacts
This commit is contained in:
parent
219a7be1c5
commit
94d1fe581f
1 changed files with 0 additions and 2 deletions
|
|
@ -1272,8 +1272,6 @@ class ContactsHelper(val context: Context) {
|
||||||
ContentProviderOperation.newInsert(ContactsContract.RawContacts.CONTENT_URI).apply {
|
ContentProviderOperation.newInsert(ContactsContract.RawContacts.CONTENT_URI).apply {
|
||||||
withValue(ContactsContract.RawContacts.ACCOUNT_NAME, contact.source)
|
withValue(ContactsContract.RawContacts.ACCOUNT_NAME, contact.source)
|
||||||
withValue(ContactsContract.RawContacts.ACCOUNT_TYPE, getContactSourceType(contact.source))
|
withValue(ContactsContract.RawContacts.ACCOUNT_TYPE, getContactSourceType(contact.source))
|
||||||
withValue(ContactsContract.RawContacts.DIRTY, 0)
|
|
||||||
withValue(ContactsContract.RawContacts.DELETED, 0)
|
|
||||||
operations.add(build())
|
operations.add(build())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue