version:2.0.1.6_release

update:2020.07.09
fix:主页区分教管易和设备信息更新,进入主页不自动检查自身更新
add:统一下载逻辑
This commit is contained in:
2020-07-09 18:37:31 +08:00
parent d6857d576c
commit c6c025c225
7 changed files with 132 additions and 69 deletions

View File

@@ -483,7 +483,7 @@ public class MyApplication extends MultiDexApplication {
com.lzy.okserver.download.DownloadManager downloadManager = DownloadService.getDownloadManager();
// downloadManager.setTargetFolder(StorageUtils.getFileRoot(this));
downloadManager.setTargetFolder(PathUtils.getExternalDownloadsPath() + "/ygj/");
downloadManager.setTargetFolder(PathUtils.getExternalDownloadsPath() + "/jgy/");
downloadManager.getThreadPool().setCorePoolSize(5);
}