Android:getDeviceId()返回IMEI,adb shell dumpsys iphoneubinfo返回Device ID = NULL

时间:2012-07-17 07:46:30

标签: android adb imei

我的低成本中国平板电脑的不同结果。它不是手机,为什么getDeviceId()会返回一个似乎是有效IMEI的数字?

C:\>adb shell dumpsys iphonesubinfo
Phone Subscriber Info:
  Phone Type = GSM
  Device ID = null

但使用

TelephonyManager tManager = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
String uid = tManager.getDeviceId();

uid = 35881700 ...(我没有显示隐私的整个IMEI号码)

0 个答案:

没有答案