显示电池温度适配新版手机管家&新增隐藏NFC图标 (#163)

This commit is contained in:
GSWXXN
2022-05-12 18:48:31 +08:00
committed by GitHub
parent 94beae5f45
commit 2a94e1da69
17 changed files with 70 additions and 30 deletions

View File

@@ -1103,6 +1103,11 @@ class SettingsActivity : MIUIActivity() {
TextV(resId = R.string.hide_bluetooth_icon),
SwitchV("hide_bluetooth_icon")
)
TextWithSwitch(
TextV(resId = R.string.hide_nfc_icon),
SwitchV("hide_nfc_icon")
)
TextWithSwitch(
TextV(resId = R.string.hide_bluetooth_battery_icon),
SwitchV("hide_bluetooth_battery_icon")