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.
我想让 SMS AutoReply 使用 J2ME 程序。我有方法SendSMS(),我希望如果我收到一条短信,那么我设置短信之前的消息将被发送给发件人,而无需单击任何按钮。如何在不点击按钮的情况下激活回复按钮功能?
是的,你可以做到。搜索示例APIBridege.jar
APIBridege.jar
使用此 .JAR 文件,您可以从收件箱中读取消息,在阅读特定消息后,可以创建一个操作以使用 Java ME 代码回复它。