1. 删除无用配置项

2. 内存泄漏优化
3. 监听比亚迪语音播报状态广播
This commit is contained in:
wangcongtao
2020-10-13 19:46:07 +08:00
parent 7292bac9ba
commit da0f3911c9
11 changed files with 58 additions and 53 deletions

View File

@@ -132,23 +132,6 @@ public class DebugConfig {
DebugConfig.sUseCustomNavi = sUseCustomNavi;
}
/**
* 设置使用哪个语音助手
*
* @param aiType {@link #AI_TYPE_NOOP} {@link #AI_TYPE_TXZ} {@link #AI_TYPE_SPEECH}
*/
public static void setAIType( int aiType ) {
Logger.d( "DebugConfig", "setAiType: " + aiType );
sAIType = aiType;
}
/**
* 使用哪个语音助手 {@link #AI_TYPE_NOOP} {@link #AI_TYPE_TXZ} {@link #AI_TYPE_SPEECH}
*/
public static int getAIType() {
return sAIType;
}
/**
* 设置当前车机类型
*