如何在Java ME中呼叫和保存联系人?
我正在使用 j2me 编写一个程序,程序中的最后一个窗口有一个表单,其中包含地点名称、号码和位置。
我想知道:
是否有办法拨打窗口中出现的号码?
是否有办法保存联系人中的信息(姓名和电话号码)?
应用此功能的任何教程或示例<< 因为我搜索了很多,但没有找到有用的东西。
I am doing a program using j2me and the last window in the program has a form that contains name of the place, number and location.
I want to know:
if there is any way to call for the number which appears in the window?
if there is any way to save the information (name and number) in the contact?
any tutorials or examples applied this feature << because I searched a lot and I didn't find something useful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 midlet.platformRequest("tel:[电话号码]") 拨打电话。 至于访问手机中的联系人或将联系人保存到手机的通讯录中,您的手机需要 JSR 75 API 功能,并且您可能还需要签署该版本
You can use the midlet.platformRequest("tel:[telephone number]") to make the call. As far as accessing contact in the phone or saving contacts to the phone's address book, your phones needs JSR 75 API functionality and you might also require to sign the build