我可以通过以下方式获取Download文件夹的路径:
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS)
任何帮助将不胜感激.
startActivity(new Intent(DownloadManager.ACTION_VIEW_DOWNLOADS));
自API 9起可用