[dev_arch_opt_3.0]录包管理部分代码合并

This commit is contained in:
xuxinchao
2023-02-27 17:27:52 +08:00
parent 604b7e9632
commit c6f0ecc04a
5 changed files with 34 additions and 1 deletions

View File

@@ -141,6 +141,13 @@ object CallerDevaToolsManager {
devaToolsProviderApi?.showFeedbackWindow(ctx)
}
/**
* 展示录包管理页面
*/
fun showBadCaseManagerView(context: Context){
devaToolsProviderApi?.showBadCaseManagerView(context)
}
/**
* 下载指定包
*/