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.
SIM カードが J2ME デバイスに存在するかどうかを確認するにはどうすればよいですか。
を試すことはできますが、 Security and Trust Services API for J2ME (SATSA) にSystem.getProperty("microedition.smartcardslots");依存しています。JSR 177
System.getProperty("microedition.smartcardslots");
JSR 177
いくつかの方法で可能です。
次のリンクを参照してください。
http://www.developer.nokia.com/Community/Discussion/showthread.php?227658-How-to-check-wheather-a-SIM-card-has-been-inserted-in-mobile-using-j2me
http://www.developer.nokia.com/Community/Discussion/showthread.php?105450-SIM-access-from-J2ME-%28deploy-SIM-application%29