I have an Android application with Android version < 9 ,
I've utilized READ_EXTERNAL_STORAGE permission and everything is alright
Now if user installs my application on a mobile device with Android 11, what will happen?
I mean does the permission request works fine again or I shall change something in my code?
I know WRITE_EXTERNAL_STORAGE permission will not work properly and the code shall be changed regarding the scoped storage issue on android 10 and 11
But what about READ_EXTERNAL_STORAGE ?