Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support passing Android Media Store uri to download() like content://media/external_primary/audio/media/1000000175 #39

Open
mmaisonobe opened this issue Oct 25, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@mmaisonobe
Copy link

mmaisonobe commented Oct 25, 2024

Hi,

Since Android 10, it is mandatory to use the MediaStore to save files into Folders likes Music, Movies, Pictures without asking the rights on the full file system (like you did in the demo app).
Currently Ketch do not permit to download files to other directory then Downloads without asking full permission.

Is it possible to support passing MediaStore uris (ex: content://media/external_primary/audio/media/1000000175) to the download function?

@khushpanchal
Copy link
Owner

Thanks for the suggestion, will look into it, if want, please feel free to create a PR for the same.

@khushpanchal khushpanchal added the enhancement New feature or request label Jan 11, 2025
@johnmaguire
Copy link

Per https://developer.android.com/training/data-storage/manage-all-files#all-files-access-google-play apps targeting Android 11 and higher may not use MANAGE_EXTERNAL_STORAGE unless absolutely necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants