我想让短信自动回复使用J2ME程序

发布于 2024-12-17 13:18:12 字数 115 浏览 3 评论 0原文

我想让 SMS AutoReply 使用 J2ME 程序。我有方法SendSMS(),我希望如果我收到一条短信,那么我设置短信之前的消息将被发送给发件人,而无需单击任何按钮。如何在不点击按钮的情况下激活回复按钮功能?

I want to make SMS AutoReply use J2ME programs. I have method SendSMS(), I wish if I get a text message comes in, then the message before I set the SMS will be sent to the sender without having to click any button. How to activate the Reply button functionality without having to click the button?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

假装爱人 2024-12-24 13:18:12

是的,你可以做到。搜索 APIBridege.jar 的示例

使用此 .JAR 文件,您可以从收件箱中读取消息,在阅读特定消息后,可以创建一个操作来回复它Java ME 代码。

Yes you can do it. Search the Example for APIBridege.jar

Using this .JAR file you can read the Messages from the Inbox, After reading a particular massage, can create an action to reply it back using Java ME Code.

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