Contacts
Contacts copied to clipboard
i am getting multiple contacts from Single contact with multiple number
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
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.
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.