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
It would be great if I can download to SD, or anywhere I manually desire to download, not just on internal memory Download folder, I wonder how hard is to reengineer this feature and inserta a download path on the settings of the app.
I did some search on the code and found it uses the Android Download_Service:
It would be great if I can download to SD, or anywhere I manually desire to download, not just on internal memory Download folder, I wonder how hard is to reengineer this feature and inserta a download path on the settings of the app.
I did some search on the code and found it uses the Android Download_Service:
Put.io/app/src/main/java/com/stevenschoen/putionew/PutioOpenFileService.java
Line 28 in 19a0e48
Further search came with the solution to specify custom paths on stackoverflow here:
http://stackoverflow.com/a/16773944
The text was updated successfully, but these errors were encountered: