You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am Trying the download the Audio but In Android 14 its not downloading the Audio this is google pixel 5 physical device , I show the error Message "Permission denied" I show the dialogue box when some one decline the permission then the app forward to the App permission setting ,I have allow the permission on device but still show the same error I provided all the permission in manifast.xml,
please provide the solution or fix and Update the issue, thank you
IN the device all the permission is allowed but still error (Permission denied )
getSami147
changed the title
audio Download not working in Android 14 version
audio Download not working in Android 14 version (Permission denied)
Feb 21, 2024
getSami147
changed the title
audio Download not working in Android 14 version (Permission denied)
Flutter downloader is not working in Android (Permission denied)
Feb 21, 2024
I am facing the same issue. I found out that in Android 13+ versions, the write and read storage permissions have been deprecated. Check out this library https://pub.dev/packages/permission_handler
Describe the bug
I am Trying the download the Audio but In Android 14 its not downloading the Audio this is google pixel 5 physical device , I show the error Message "Permission denied" I show the dialogue box when some one decline the permission then the app forward to the App permission setting ,I have allow the permission on device but still show the same error I provided all the permission in manifast.xml,
please provide the solution or fix and Update the issue, thank you
IN the device all the permission is allowed but still error (Permission denied )
<application
android:requestLegacyExternalStorage="true"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Desktop (please complete the following information):
Device information:
Additional context
The text was updated successfully, but these errors were encountered: