按 URI 解析联系人详细信息
我想知道是否有一种方法可以通过联系人列表
示例收到的特定 uri 地址来解析联系人详细信息(号码、电子邮件等): //假设数据变量ia已经填充了从联系人列表中获取的特定联系人的uri地址
Uri contact = contact = data.getData();
我怎样才能通过电话号码、电子邮件、组织等来敏锐地解析联系方式?
谢谢,
雷。
I was wondering is there is a way of parsing a contact details (number,email etc.) by a specific uri address which received by the contact list
example:
//assume that the data variable ia already populated with a uri address of a specific contact which was picked up from the contact list
Uri contact = contact = data.getData();
how could I acutely parse the contact details by it's number, email, organisation and so on..?
thanks,
ray.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于电子邮件,您可以使用
“通过电话更改电子邮件”,您将获得联系号码。
For Email you can use
Change Email with Phone you'll get contact no.