内存卡空间验证

This commit is contained in:
laoyuyu
2018-07-16 20:10:45 +08:00
parent 5bdc1c881b
commit 343848b557
6 changed files with 374 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ public class AnyRunnModule {
void start(String url) {
mUrl = url;
String path = Environment.getExternalStorageDirectory().getPath() + "/mmm.mp4";
String path = Environment.getExternalStorageDirectory().getPath() + "/mmm1.mp4";
Aria.download(this)
.load(url)
.setRequestMode(RequestEnum.GET)