是否可以从本机应用程序打开 addContactScreen?
我想复制添加联系人,就像 iPhone 的屏幕一样。但我不想在默认电话簿中添加联系人,而是想在我的应用程序中使用详细信息。是否可以打开默认添加新联系人屏幕并获取所有数据?如果是的话怎么办?一个简单的代码片段将非常有帮助。这是添加联系人屏幕的图像,以更好地理解我的问题
I want to replicate add contact like screen iPhone has. But I don't want to add contact in default phonebook instead I want to use the details in my app. Is it possible to open default add new contact screen and get all the data? If yes then how? A simple code snippet will be very helpful. Here is an image of add contact screen to better understand my question
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试将联系人添加到通讯录,拉取数据,然后从通讯录中删除。这是一个相当简单的过程。
我使用此函数将所有人员数据保存到我的应用程序中的核心数据中。然后从地址簿中删除该人。
You can try to add the contact to the address book, pull the data and then delete it from the address book. this is a fairly simple process.
I use this function to save all the person data to core data in my app. and then to delete the person from the addressBook.