-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[feature request] download to SD card #1252
Comments
That's the thing IT IS A BUG you can download to sd card on older versions of android but if you try doing it on newer versions it wont work and crash,so the feature IS there it just BROKEN on newer versions of android |
That's because newer Android versions use a special way to access external
storage. We didn't want to change that part of the downloader, since we're
going to replace the downloader with a whole new much better downloader. So
until I've implemented the new downloader (which will probably take a
while, since I don't have that much time), this is still going to be an
issue.
|
I'm not sure, I took a look into gigaget, maybe we can morph it a bit at make it work with storage framework. The part with which you can get access permission is already written. |
closing if favour of #962 |
Quick question guys, I have noticed with a number of applications on Android including newpipe that I can set the SD Card as the default download/save location but when I go to actually download/save something it fails to write I've only noticed this since starting to use newer Android devices running Android 5 or later, so my question is, is this an issue specific to the applications code? And does it need to be corrected on a per app basis by the developer? I should mention there are some apps that will save/Download data to the SD Card no issue and all apps affected have permissions to access storage. |
I carefully read the contribution guidelines and agree to them.
I checked if the issue/feature exists in the latest version.
[feature request] downloading to an SD card,
at the moment you can only do it to internal memory so I "request the feature" of being able to download to an SD card.
No redirect to other fault threads
For example
#315
#412
Are bugs, NOT an feature request.
The text was updated successfully, but these errors were encountered: