mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 11:21:18 +08:00
Feature: 锁屏电流信息展示 (#65)
This commit is contained in:
@@ -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")
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user