imei_plugin
imei_plugin copied to clipboard
I still can't get IMEI in android 10, could you help me?
i have the same question.
#17
In andriod 10 i got random string how we resolve this
Android no longer allows you to access the IMEI or any other device identifier starting from android 10. Third-party apps can not use IMEI & the serial number of a phone and other non-resettable device identifiers. So, now you can't access:
getSerial(),
getImei(),
getDeviceId(),
getSimSerialNumber(),
getSubscriberId()
You have to use another unique identifier for this like Android ID
Please refer: https://developer.android.com/preview/privacy/data-identifiers#device-ids credits :https://stackoverflow.com/a/64657600/12009799