I am trying to read device Information like Build.SERIAL and DeviceId with TelephonyManager. In Android 9 and below I was able to access all this information without any Issue.
I am receiving following exception when I try to read Device info in Android 10
GetDeviceId: the user 10727 do not meet the requirement to access device identifies.
This information is very important for my app's security. I need way to identify device with non-changeable device identity.