I do retrieve the Contacts of phonebook in my application. But how do 开发者_运维技巧I get all the details in single Query. kindly provide me the Code. Thanks in advance...
have you tried this?
Intent intent_contacts = new Intent(Intent.ACTION_PICK,ContactsContract.Contacts.CONTENT_URI);
精彩评论