6d04a293
6d04a293
 源码 ``` FileDownloader.getImpl().create("http://comment.bilibili.com/"+cid+".xml") .setPath(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DCIM).getAbsolutePath() + "/" + cid + ".xml") .setListener(new FileDownloadListener() { @Override protected void pending(BaseDownloadTask task, int soFarBytes, int totalBytes) { } @Override protected void connected(BaseDownloadTask task,...
将文档中的action.permisson.type更正为action.permission.type