I have an app. I am using customwebview and want to download files using it. But the WRITE.EXTERNAL.STORAGE permission is not working in Android 11+ Now how can I ask for download folder permission / storage permission to save any file on the device? Previously I was using MANAGE.EXTERNAL.STORAGE and then the Google Play Console team rejected my app. So what’s the solution.
But it fails then. Using your customwebviewer and download helper. It just got failed everytime without permissions, I believe. I will share the block image in a minute.
Remove all those AskForPermission blocks…
What happens? Try in companion and as apk file… and before testing remove all previously stored test files in the /Download directory… Is the file there after trying to download? Any error message?