cordova-plugin-android-permissions
cordova-plugin-android-permissions copied to clipboard
READ_PRIVILEGED_PHONE_STATE
Hello everyone.
I have a little problem. Currently I have an APP which for its correct operation I must read the IMEI of the device.
I discovered the problem when I want to run my app on android 10, in the google documentation it says that now it has a special permission to read the IMEI, specifically READ_PRIVILEGED_PHONE_STATE
Is there a way to read the IMEI number with this plugin?
Thank you
I have the same problem