更新TTS语音服务朗读文本。
This commit is contained in:
@@ -131,7 +131,7 @@ public class ThoughtfulService extends Service {
|
||||
|
||||
if (latestConfig.isEnableChargeReminder()) {
|
||||
int nChargeReminderValue = latestConfig.getChargeReminderValue();
|
||||
String szRemind = String.format("额定充电提醒已启用,额定值为百分之%d。", nChargeReminderValue);
|
||||
String szRemind = String.format("限量充电提醒已启用,限量值为百分之%d。", nChargeReminderValue);
|
||||
szRemind = szRemind + szRemind + szRemind;
|
||||
TTSPlayService.startPlayTTS(this, szRemind);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user