如何在Java ME中呼叫和保存联系人?

发布于 2024-07-21 12:34:17 字数 216 浏览 6 评论 0原文

我正在使用 j2me 编写一个程序,程序中的最后一个窗口有一个表单,其中包含地点名称、号码和位置。

我想知道:

  1. 是否有办法拨打窗口中出现的号码?

  2. 是否有办法保存联系人中的信息(姓名和电话号码)?

应用此功能的任何教程或示例<< 因为我搜索了很多,但没有找到有用的东西。

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:

  1. if there is any way to call for the number which appears in the window?

  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

美胚控场 2024-07-28 12:34:17

您可以使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文