Reputation: 2638
I need to find contact which saved in my Android phone, But save numbers are repeated in SIM and Google contact, Then That are returning before return Phone contact.
Is there any way to query phone contacts only?
Thank You.
Upvotes: 0
Views: 896
Reputation: 606
use ContactsContract.Contacts class. it will give you all data for contacts only.
Upvotes: 1