任务组增加文件大小设置api

This commit is contained in:
AriaLyy
2017-08-18 18:21:44 +08:00
parent 23f063edf2
commit 219275bf23
6 changed files with 51 additions and 8 deletions

View File

@ -74,7 +74,8 @@ public class DownloadGroupActivity extends BaseActivity<ActivityDownloadGroupBin
.setDownloadDirPath(
Environment.getExternalStorageDirectory().getPath() + "/Download/group_test_3")
.setGroupAlias("任务组测试")
.setSubTaskFileName(getModule(GroupModule.class).getSubName())
.setSubFileName(getModule(GroupModule.class).getSubName())
.setFileSize(32895492)
.start();
break;
case R.id.stop: