version:2.0.1.6_release
update:2020.07.09 fix:主页区分教管易和设备信息更新,进入主页不自动检查自身更新 add:统一下载逻辑
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user