1. 调整tts播报策略为默认
This commit is contained in:
@@ -209,7 +209,7 @@ class LauncherCardRefresher {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Logger.d( TAG, msg );
|
Logger.d( TAG, msg );
|
||||||
AIAssist.getInstance( mContext ).speakTTSVoice( msg, VoicePreemptType.PREEMPT_TYPE_NEXT, null );
|
AIAssist.getInstance( mContext ).speakTTSVoice( msg );
|
||||||
}
|
}
|
||||||
|
|
||||||
private void notifyLauncherCard( String info ) {
|
private void notifyLauncherCard( String info ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user