在android中检索电话簿的联系方式
我正在制作一个应用程序来在服务器端上传 Android 设备的电话簿。 我可以获取电话簿中的姓名,但无法获取各个姓名的联系号码。
我正在使用 People.NUMBER
方法来获取联系人的号码。
I am making an app to upload the phonebook of an android device on server side.
I am able to get the names in the phonebook but I am not getting the contact numbers of respective names.
I am using People.NUMBER
method for getting the no of a contact.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查以下链接:
如何调用 Android 联系人列表?
如何从android中的本机电话簿获取联系人
如何在 Android 中获取联系人的所有详细信息
如何从 Android 获取名字和姓氏联系人?
如何将联系人从电话簿导入到我们的应用程序
Android 联系人提取
如何获取所有Android联系人但没有SIM 卡上的内容
check these links:
How to call Android contacts list?
How to get contacts from native phonebook in android
How to obtain all details of a contact in Android
How to get the first name and last name from Android contacts?
How to import contacts from phonebook to our application
Android contacts extraction
How to get all android contacts but without those which are on SIM
使用此代码。该代码将联系人姓名和号码存储在 Arralist 中。
根据需要使用 contactData 列表。
use this code. this code stores the Contant name and number in the Arralist.
Use the contactData list as you need.