SIARAY/TelephonyManagerPlus

Crash on Android Q (API 29)

Closed this issue · 2 comments

It is crashing on Android Q by giving reason:
Caused by: java.lang.SecurityException: getIccSerialNumber: The user 10134 does not meet the requirements to access device identifiers.
I think it is crashing because getting imei numbers on Android Q is restricted.

It is crashing on Android Q by giving reason:
Caused by: java.lang.SecurityException: getIccSerialNumber: The user 10134 does not meet the requirements to access device identifiers.
I think it is crashing because getting imei numbers on Android Q is restricted.

Thank you for your report. I check it.

restricted

It's true. In Android Q, access to imei, ... . is restricted. In the new version (1.0.5), the crashing is prevented.