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 · 0 comments

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?

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

No branches or pull requests

1 participant