mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 19:31:17 +08:00
新增去除打开应用弹窗
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user