更改默认下载位置
有人知道如何更改 Android 中的默认下载位置吗?或者你们知道如何编写一个询问用户下载位置(sd 卡或 USB 存储器)的 Android 应用程序吗?
Does anybody have an idea about changing the default download location in android? Or do you guys know how can I write an Android application which asks the user download location (sd card or usb memory)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您的意思是从浏览器中的链接下载,则由浏览器设置存储文件的文件夹。默认浏览器使用 sdcard/download/ 来存储文件。我不确定您是否可以在浏览器设置中更改此设置。但是没有什么可以阻止您或任何人制作自己的浏览器应用程序,默认情况下使用不同的文件夹,甚至要求用户设置自己选择的下载文件夹。我认为 Firefox 应用程序使用 sdcard/downloads/ 而不是下载,他们可能有一个设置可以让你也改变它。
If you mean downloading from a link in the browser it is up to the browser to set the folder the files are stored in. The default browser uses sdcard/download/ to store files. I am not sure if you can change this in the browser settings or not. But there is nothing stopping you or anyone from making your own browser application that uses a different folder by default, or even asks the user to set their own choice of download folder. I think the firefox app uses sdcard/downloads/ instead of download, they may have a setting in there that lets you change that also.
从:
https://support.mozilla.org/en-US/questions/972722
输入 about:config (转到此地址)并跳过提示,将 browser.download.lastDir 的值更改为您的下载位置。
还没有尝试过,我正在使用测试版应用程序
From:
https://support.mozilla.org/en-US/questions/972722
Type about:config (go to this address) and go past the prompt, change the value of browser.download.lastDir to your download location.
Havent tried this yet im using beta app
使用三星浏览器时,您可以通过进入“设置”>“更改保存位置”来更改保存位置。高级>将内容保存到并选择 SD 卡(如果您有的话)
You can change your save location when using a Samsung Browser by going into Settings > Advanced > Save content to and select SD Card (if you have one)