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.
由于无法在纯 Java ME 中为 HttpConnection 指定APN ,除了 BlackBerry OS URL 后缀之外,是否存在特定于供应商的黑客攻击?
我知道的唯一方法是使用后缀:
"http://somenonexistingurl.fake;apn=<myapn>"
我认为它也应该在运行在 BB 上的 J2ME MIDlet 中工作。
至于其他非 bb 设备,我的猜测是否定的。在 J2ME 中,您不是在对“电话”进行编程,而是对可能根本没有互联网的“连接受限设备”进行编程。