Chandana
Chandana

Reputation: 2638

Android Contact Search only phone book

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

Answers (1)

nimi
nimi

Reputation: 606

use ContactsContract.Contacts class. it will give you all data for contacts only.

Upvotes: 1

Related Questions