6d04a293

Results 2 issues of 6d04a293

![image](https://user-images.githubusercontent.com/74239856/178091360-012248d8-c247-4654-9680-0646ff1715e5.png) 源码 ``` 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