網路型態(GPRS/HSDPA),IMEI,IMSI及手機的電話號碼...等等
簡單的例子如下
TelephonyManager tm = (TelephonyManager) this.getSystemService(Context.TELEPHONY_SERVICE); if (tm.getSimState() != TelephonyManager.SIM_STATE_ABSENT){ //SIM卡存在 } else { //沒有SIM卡 }
More details
http://developer.android.com/reference/android/telephony/TelephonyManager.html
沒有留言:
張貼留言