Android Studio – Unable to request MANAGE_EXTERNAL_STORAGE (android 10)
I am testing my app on android 10 and I try to gain r/w access to all files. I tried to follow this Solution but I still can't get the MANAGE_EXTERNAL_STORAGE permission. I also tried this Solution 2. On my…