[6.7.0]冷启动更改
This commit is contained in:
@@ -440,4 +440,12 @@ object CallerHmiManager {
|
||||
fun isHdMapVisualAngleAdjustShow(): Boolean {
|
||||
return hmiProviderApi?.isHdMapVisualAngleAdjustShow() ?: false
|
||||
}
|
||||
|
||||
/**
|
||||
* 展示冷启动弹窗
|
||||
*/
|
||||
fun showColdStartWindow(){
|
||||
hmiProviderApi?.showColdStartWindow()
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user