新增去除打开应用弹窗

This commit is contained in:
乌堆小透明
2022-03-14 17:31:35 +08:00
parent b483ce52c8
commit e608c504fe
4 changed files with 49 additions and 5 deletions

View File

@@ -1019,6 +1019,15 @@ class SettingsActivity : MIUIActivity() {
SwitchV("skip_waiting_time")
)
)
add(
TextSummaryWithSwitchV(
TextSummaryV(
textId = R.string.remove_open_app_confirmation_popup,
tipsId = R.string.remove_open_app_confirmation_popup_summary
),
SwitchV("remove_open_app_confirmation_popup")
)
)
add(
TextSummaryWithSwitchV(
TextSummaryV(