Actually i m trying to display all contacts from my android phone to a custome listview using baseadapter. But when list displays the gmail contacts also displays. And in actual i want to display only Name and Numbers from my contact of phone not gmail or any other. I have pase following query :
cursor = cr.query(
ContactsContract.Contacts.CONTENT_URI,
null,
null,
null,
null);
Please help me……..
try this:
good luck = =