Tell me, I installed the application on Android OS 6, but when I tried to start it gave an error
10163 nor current process has android.permission READ_PHONE_STATE On android 4 such problems do not arise How can this be fixed?
Tell me, I installed the application on Android OS 6, but when I tried to start it gave an error
10163 nor current process has android.permission READ_PHONE_STATE On android 4 such problems do not arise How can this be fixed?
Starting with Android 6, permissions for apps have changed. Read the official documentation , everything is detailed there.
In particular, READ_PHONE_STATE refers to "dangerous permissions" , which now need to be requested not when installing an application, but at runtime
Source: https://ru.stackoverflow.com/questions/643698/
All Articles