标签: android
我希望有一种方法,如果SD CARD是Avaiable,则返回它的路径,如果它不返回内部存储路径并使用此路径用于下面的下载管理器。
DownloadManager.Request r = new DownloadManager.Request(uri);
我该怎么做?