我在Android 10中收到IMEI编号错误

时间:2019-12-09 05:43:56

标签: android android-studio gradle imei

我在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.

1 个答案:

答案 0 :(得分:1)

  

我在Android 10中收到IMEI和SIM序列号错误

从Android 10开始,Google增加了访问设备不可重置标识符的限制。

所有方法getImei()getDeviceId()getSerial()都将为所有第三方应用程序(从以下位置安装)返回 SecurityException null Google Play商店)。

无法在Android 10或更高版本的设备上获取IMEI。

请参见Restriction on non-resettable device identifiers