黑莓:添加联系人并使用应用程序填写的字段
我已经在我的应用程序中实现了 ActiveRichTextField,它允许用户选择电话号码并选择“添加联系人”将其添加到用户的电话簿中。然而,当它被定向到电话簿“添加联系人”页面时,唯一填写的字段是电话号码。我想知道是否可以包含填写的字段,例如姓名和电话号码以及电子邮件?从我的网站中提取它。
I have implemented an ActiveRichTextField to my app, which allows user to select a phone number and choose "Add Contact" to add it inside the user's phonebook. However, when it is directed to the phonebook 'add a contact' page, the only field which is filled in is the phone number. I wonder whether it is possible to include fields which are filled like the Name and the phone number, plus the email? Extracting it from my website.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面的代码将姓名“John Doe”添加到地址簿中。
使用此方法添加电子邮件(使用 Contact.EMAIL)和其他领域。
Below, there is code to add name "John Doe" to address book.
Use this approach to add email (use Contact.EMAIL) and other fields.