Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i am getting multiple contacts from Single contact with multiple number #50

Open
bharath9100 opened this issue May 31, 2018 · 3 comments

Comments

@bharath9100
Copy link

bharath9100 commented May 31, 2018

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

@Dvl-es
Copy link

Dvl-es commented Dec 16, 2018

I have the same issue

@behelit
Copy link

behelit commented Mar 26, 2019

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.

@shardullavekar
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants