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 消息(在 J2ME 中),然后在进入收件箱之前对其进行修改(或从中获取数据)。
建议一些方法(或代码)。
JavaME 是不可能的。
接收短信 j2me
监听短信,在 j2me 应用程序中没有任何端口号发送
https://stackoverflow.com/questions/13082810/listen-for-incoming-sms-while-the-application-closed-in-blackberry
您只能接收在特定端口上发送的 SMS - 而标准 SMS 不会以这种方式发送。