代碼如下: TelephonyManager tm = (TelephonyManager) this.getSystemService(TELEPHONY_SERVICE); String imei = tm.getDeviceId(); //取出IMEI Log.d(TAG, "IMEI:"+imei); String tel = tm.getLine1Number(); //取出MSISDN,很可能為空 Log.d(TAG, "MSISDN:"+tel); String iccid =tm.getSimSerialNumbe...
www.dbjr.com.cn/article/400...htm 2025-5-27