我在Android 10中收到IMEI和SIM序列号错误, 例外是-
java.lang.SecurityException: getDeviceId: The user 10526 does not meet the requirements to access device identifiers.
java.lang.SecurityException: getIccSerialNumber: The user 10526 does not meet the requirements to access device identifiers.
答案 0 :(得分:1)
我在Android 10中收到IMEI和SIM序列号错误
从Android 10开始,Google增加了访问设备不可重置标识符的限制。
所有方法getImei(),getDeviceId(),getSerial()都将为所有第三方应用程序(从以下位置安装)返回 SecurityException 或 null Google Play商店)。
无法在Android 10或更高版本的设备上获取IMEI。