开发者

How do I retrieve the details of an contact when i click on a contact?

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);

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜