Contacts icon indicating copy to clipboard operation
Contacts copied to clipboard

i am getting multiple contacts from Single contact with multiple number

Open bharath9100 opened this issue 6 years ago • 3 comments

Example : In device Krupa (9980224695,7091977222) but if i hit Contacts.getQuery().find() all

In my app it showing Krupa (9980224695,7091977222) Krupa 9980224695 Krupa 7091977222 it showing 3 contacts with same name

bharath9100 avatar May 31 '18 12:05 bharath9100

I have the same issue

Dvl-es avatar Dec 16 '18 12:12 Dvl-es

Doesn't this depend on how your contacts are stored? i.e. all in one actual contact or in 3 actual contacts. Your OS also may be joining them to one contact when it is in fact 3 contacts.

behelit avatar Mar 26 '19 03:03 behelit

Example : In device Krupa (9980224695,7091977222) but if i hit Contacts.getQuery().find() all

In my app it showing Krupa (9980224695,7091977222) Krupa 9980224695 Krupa 7091977222 it showing 3 contacts with same name

I have the same issue. Can write deduplication logic but will be awesome if it's a part of the library.

shardullavekar avatar Jul 26 '20 03:07 shardullavekar