[dev_arch_opt_3.0] 优化下载apk调用

This commit is contained in:
lixiaopeng
2023-02-10 18:42:55 +08:00
parent 494e10b4c5
commit b6a01e5d8e
5 changed files with 54 additions and 47 deletions

View File

@@ -147,6 +147,13 @@ object CallerDevaToolsManager {
devaToolsProviderApi?.downLoadPackage(downloadKey, downloadUrl)
}
/**
* 更新下载进度
*/
fun updateUpgradeProgress() {
devaToolsProviderApi?.updateUpgradeProgress()
}
/**
* 展示状态栏
*/