J2ME IMEI

不是所有手机可以取得IMEI.
西门子: System.getProperty("com.siemens.IMEI");
三星: System.getProperty("com.samsung.imei");
索爱: System.getProperty("com.sonyericsson.imei");
摩托罗拉: System.getProperty("IMEI");
              System.getProperty("com.motorola.IMEI");
诺基亚: System.getProperty("com.nokia.mid.imei");

你可能感兴趣的:(手机,三星,j2me)