DSteve595 / Put.io

Put.io for Android!
MIT License
141 stars 30 forks source link

Custom download path #45

Open Jzarecta opened 8 years ago

Jzarecta commented 8 years ago

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: https://github.com/DSteve595/Put.io/blob/19a0e4895d57999701fe37f40feffa0042933a83/app/src/main/java/com/stevenschoen/putionew/PutioOpenFileService.java#L28

Further search came with the solution to specify custom paths on stackoverflow here: http://stackoverflow.com/a/16773944