Shibin Francis
Shibin Francis

Reputation: 542

is there anyway to read device contact list in android

I am trying to read the phone contact list. I don't want to read sim contacts and synced contacts. I have tried two three days to find out a solution for this.

I don't need google or sim or any other contact. I need only phone contacts which I stored in my phone contact memory.

Upvotes: 1

Views: 144

Answers (1)

Anu
Anu

Reputation: 1914

The following code may help you.

ContactsContract.CommonDataKinds.Phone.NUMBER

Upvotes: 1

Related Questions