开发者

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

开发者 https://www.devze.com 2023-03-04 03:43 出处:网络
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.

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

精彩评论

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