kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
20313127f5
commit
156a86013f
|
@ -132,6 +132,7 @@ public class ContactsDatabase {
|
||||||
.withValueBackReference(ContactsContract.CommonDataKinds.Phone.RAW_CONTACT_ID, index)
|
.withValueBackReference(ContactsContract.CommonDataKinds.Phone.RAW_CONTACT_ID, index)
|
||||||
.withValue(ContactsContract.Data.MIMETYPE, ContactsContract.CommonDataKinds.Phone.CONTENT_ITEM_TYPE)
|
.withValue(ContactsContract.Data.MIMETYPE, ContactsContract.CommonDataKinds.Phone.CONTENT_ITEM_TYPE)
|
||||||
.withValue(ContactsContract.CommonDataKinds.Phone.NUMBER, e164number)
|
.withValue(ContactsContract.CommonDataKinds.Phone.NUMBER, e164number)
|
||||||
|
.withValue(ContactsContract.CommonDataKinds.Phone.TYPE, ContactsContract.CommonDataKinds.Phone.TYPE_OTHER)
|
||||||
.withValue(ContactsContract.Data.SYNC2, "__TS")
|
.withValue(ContactsContract.Data.SYNC2, "__TS")
|
||||||
.build());
|
.build());
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue