1

我的低成本中国平板电脑的不同结果。它不是电话,为什么 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 号码)

4

0 回答 0