Feature: 锁屏电流信息展示 (#65)

This commit is contained in:
YuKongA
2022-03-13 20:50:07 +08:00
committed by GitHub
parent 780db8dfa5
commit d2ff9d61e7
9 changed files with 173 additions and 1 deletions

View File

@@ -942,6 +942,14 @@ class SettingsActivity : MIUIActivity() {
SwitchV("enable_wave_charge_animation")
)
)
add(
TextSummaryWithSwitchV(
TextSummaryV(
textId = R.string.lock_screen_current,
),
SwitchV("lock_screen_current")
)
)
}
}