Crash on Android Q (API 29)
Closed this issue · 2 comments
salmankhalid876 commented
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.
SIARAY commented
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.
SIARAY commented
restricted
It's true. In Android Q, access to imei, ... . is restricted. In the new version (1.0.5), the crashing is prevented.