如何显示我的联系电话号码并获取其中一个电话号码以在我的应用程序上使用?
我有一个应用程序必须显示我的手机联系人列表。用户必须选择一个电话号码,而我必须在我的应用程序上以编程方式使用该电话号码。 我该怎么做呢?
代码示例会很棒。
I have an app that has to show my phone contact list. The user has to select one phone number and I have to use this phone number programmatically on my app.
How can I do it?
Code examples will be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需将一个按钮连接到 onBrowseForNumbersButtonClicked() 方法...将代码放在 formattedPhoneNumber 行下面...然后就可以开始了。
Just wire up a button to the onBrowseForNumbersButtonClicked() method... drop your code in underneath the formattedPhoneNumber line... and you're good to go.
您需要将联系人选择器与从给定联系人检索电话号码结合起来。
查看选择联系人的要点以及如何读取联系人数据
You need to combine a contact picker, with retrival of phone number from a given contact.
Check this Essentials to pick a contact and how to read contact data