设置窗口添加“电量通知TTS语音播放选项”。
This commit is contained in:
@@ -123,6 +123,14 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<!-- 👉 你要的新选项:允许通知电量消息时同时播放TTS语音 -->
|
||||
<CheckBox
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="允许通知电量消息时同时播放TTS语音"
|
||||
android:onClick="onEnableTtsWhenNotifyBattery"
|
||||
android:id="@+id/activitysettingsCheckBox5"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user