1、想使用安卓原生的DownloadManager来进行网络下载任务任务,下载到公有目录Download下面,并且适配AndoirdQ的沙盒模式,通过ContentResolver和MediaStore拿到的uri,通过DownloadManager的request.setDestinationUri(uri),报错not a file uri,现在一直的下载器,有哪个已经适配了沙盒模式吗?