android-10.0imei

Restriction on getting IMEI number with 10+ version on android device, any other unique number available?


In the latest version 10 and above in an android device developers cannot access the IMEI number, not even they can use this permission:-

android.permission.READ_PRIVILEGED_PHONE_STATE

then is there any other unique number available that is visible on the user's android device and also can get programmatically?


Solution

  • As an alternative to the IMEI number, I found androidId which can work on all devices including android 10 and 11.