新增A13禁用临时蓝牙关闭

This commit is contained in:
LittleTurtle2333
2023-02-20 21:27:04 +08:00
parent f2354022aa
commit f67d387020
4 changed files with 26 additions and 31 deletions

View File

@@ -566,6 +566,13 @@ import com.lt2333.simplicitytools.R
)
Line()
TitleText(textId = R.string.control_center)
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.disable_bluetooth_temporarily_off
), SwitchV(
"disable_bluetooth_temporarily_off"
)
)
val controlCenterWeatherBinding = GetDataBinding({
MIUIActivity.safeSP.getBoolean(
"control_center_weather", false