I have problem with permission write_external_storage. On adroid 10 it works fine on android 11 is not working.
I want to run image picker and camera but it returns error 908: The permission WRITE_EXTERNAL_STORAGE has ben denied, Pls enable it in the settings app.
App is asking me for permission , I click ok but it returns error anyway when I try to run for example image picker.
Yes, but this is a bug that apparently affects all components that can store something.
There is no point in declaring the WRITE permission on Android 11 as it doesn't exist on Android 11 and works the same way as the READ permission. But if WRITE permission is not declared you will get this strange error 908. This bug needs to be fixed.