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