隐藏TTS语音调试信息。
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sat Feb 28 21:19:52 HKT 2026
|
#Sat Feb 28 16:15:56 GMT 2026
|
||||||
stageCount=10
|
stageCount=10
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.15
|
baseVersion=15.15
|
||||||
publishVersion=15.15.9
|
publishVersion=15.15.9
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.15.10
|
baseBetaVersion=15.15.10
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ public class TTSRemindThread extends Thread {
|
|||||||
if (ttsBean.isEnableTtsWhenNotifyBattery()) {
|
if (ttsBean.isEnableTtsWhenNotifyBattery()) {
|
||||||
//ToastUtils.show("Test");
|
//ToastUtils.show("Test");
|
||||||
// 启动
|
// 启动
|
||||||
ToastUtils.show(String.format("mIsCharging %s, mBattery %d", mIsCharging, mBattery));
|
//ToastUtils.show(String.format("mIsCharging %s, mBattery %d", mIsCharging, mBattery));
|
||||||
String text = mIsCharging ?"充电": "用电";
|
String text = mIsCharging ?"充电": "用电";
|
||||||
text += String.format("已达预定值百分之%d", mBattery);
|
text += String.format("已达预定值百分之%d", mBattery);
|
||||||
TTSPlayService.startPlayTTS(mContext, text);
|
TTSPlayService.startPlayTTS(mContext, text);
|
||||||
|
|||||||
Reference in New Issue
Block a user