[2.13.0] fix bug of traffic type enmu and update func of vip

This commit is contained in:
zhongchao
2022-11-29 20:02:39 +08:00
parent 96585e089e
commit d1e7a80119
5 changed files with 33 additions and 15 deletions

View File

@@ -83,6 +83,7 @@ class V2XWarningBroadcastReceiver : BroadcastReceiver() {
V2XMsg(v2xType.toString(), alertContent, ttsContent)
)
)
//预留调试入口
CallerHmiManager.warningV2X(v2xType.toString(), alertContent, ttsContent,
tag, null, true, 5000L)
}