Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 j2me 做一个程序,程序中的最后一个窗口有一个包含地点名称、编号和位置的表单。
我想知道:
如果有什么方法可以拨打出现在窗口中的号码?
是否有任何方法可以保存联系人中的信息(姓名和号码)?
任何教程或示例都应用了此功能 << 因为我搜索了很多,但没有找到有用的东西。
您可以使用 midlet.platformRequest("tel:[telephone number]") 拨打电话。至于访问手机中的联系人或将联系人保存到手机的通讯录中,您的手机需要 JSR 75 API 功能,并且您可能还需要签署构建