我们可以通过以下方式打开下载文件夹吗?意图? [英] can we open download folder via. intent?

查看:59
本文介绍了我们可以通过以下方式打开下载文件夹吗?意图?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

实际上,我需要从应用程序中打开默认的下载"文件夹.是否有可能?如果是,请提供一些参考.

Actually, I need to open the default Download folder from my application. Is it possible? If yes, then please provide some reference.

我可以借助以下方法获得下载"文件夹的路径:

I am able to get the path of Download folder with the help of:

Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS)

任何帮助将不胜感激.

推荐答案

您可以使用以下Intent

startActivity(new Intent(DownloadManager.ACTION_VIEW_DOWNLOADS));

自API 9起可用

这篇关于我们可以通过以下方式打开下载文件夹吗?意图?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆