-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
Storage Access Framework support for download directories #34
Comments
For devices running Android 10 (API 29) or higher, App gain write permission to Download/ and Documents/ by default. But the only way for accessing or writing files outside these two directories is to use Storage Access Framework. |
@farabox1 Hi, you can just uninstall/reinstall the app or clear the data of app to reset the download directory |
🥰 |
Check this maybe it helps |
Hi |
@JunkFood02 |
The use case in Seal could be much more complicated than this and dvd. Such as custom command, temporary files management, and resume download with |
I see, anyway I thought it would help a little 😃 |
We haven't implemented yet SAF, a storage framework that Google made for making the file saving more secure and controllable by the users. In Seal this is kinda hard to implement because it probably means to a rewrite of the basic functions of the app. |
I'm using latest beta as of writing this and mine is saving audio only to music as selected in that system file access manager and YouTube folder which is default for seal anyway I think. I get what you're saying about adding the function to make this problem go away but be nice if we could dismiss the warning once understood if possible. Lovely ui and app thankyou! |
@JunkFood02 I'm trying to implement SAF in the app that I'm actually developing. If I'm able to do it I'm gonna share the code with you so we can add it to Seal. I know that there are some files like config.txt or cookies.txt that can't be saved with SAF because they need to be localizable to the app in all moment, but according to Android Developers documentation, there is an App-specific file storing so we can use that for both of that files and SAF for the Downloads. |
|
Yeah, true... I need to think about it |
Temporary solution could be to allow parts… |
#455 Workaround PR for being able to use SD cards in Seal. It was only tested in Android 12. The changes can be reverted/changed. |
Added in v1.8.0-beta.1, please help test this new feature out, we're ready to hear your feedback 🙌 |
Going to test it in a few minutes |
SD downloading works fine! |
I'm gonna test OTG cable because we were having issues in my PR |
Downloading through OTG cable also works. |
Isu |
The text was updated successfully, but these errors were encountered: