mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-14 04:11:17 +08:00
新增第三方锁屏下DT2S
This commit is contained in:
@@ -803,7 +803,6 @@ class SettingsActivity : MIUIActivity() {
|
||||
|
||||
add(LineV())
|
||||
add(TitleTextV(resId = R.string.lock_screen))
|
||||
|
||||
add(
|
||||
TextSummaryWithSwitchV(
|
||||
TextSummaryV(
|
||||
@@ -839,6 +838,14 @@ class SettingsActivity : MIUIActivity() {
|
||||
SwitchV("lock_screen_charging_current")
|
||||
)
|
||||
)
|
||||
add(
|
||||
TextSummaryWithSwitchV(
|
||||
TextSummaryV(
|
||||
textId = R.string.double_tap_to_sleep,
|
||||
tipsId = R.string.home_double_tap_to_sleep_summary
|
||||
), SwitchV("lock_screen_double_tap_to_sleep")
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user