[6.2.4]魔方触发主动录包

This commit is contained in:
xuxinchao
2023-12-04 11:03:39 +08:00
parent 79f1279cae
commit 264e68da17
6 changed files with 104 additions and 8 deletions

View File

@@ -149,6 +149,13 @@ object CallerDevaToolsManager {
devaToolsProviderApi?.onReceiveBadCaseRecord(msgBoxBean, activity,countdown)
}
/**
* 魔方开启主动录包
*/
fun startRecordByMoFang(){
devaToolsProviderApi?.startRecordByMoFang()
}
/**
* 展示录包配置页面
*/