[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

@@ -109,6 +109,11 @@ interface IDevaToolsProvider : IProvider {
*/
fun downLoadPackage(downloadKey: String, downloadUrl: String)
/**
* 更新下载进度
*/
fun updateUpgradeProgress()
/**
* 展示状态栏
*/