Cherish: Add force background freezer

Change-Id: Ic0c119282c295db9b7d4dc03c037828b02c5a9e4

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
LibXZR
2022-07-04 21:34:43 +02:00
committed by Hưng Phan
parent 326c047131
commit 51e39f9475
3 changed files with 59 additions and 0 deletions

View File

@@ -864,4 +864,8 @@
<!-- Strict standby -->
<string name="strict_standby_policy_title">Strict standby policy</string>
<string name="strict_standby_policy_summary">When dismissing from recents, this will force stop apps with restricted battery usage and impose stronger restrictions to them. Also, all app standby restrictions will be imposed even when device is charging.</string>
<!-- Force background freezer -->
<string name="force_background_freezer_title">Background tasks freezer</string>
<string name="force_background_freezer_summary">Freeze tasks with restricted battery usage when moving them to background and unfreeze them when moving to foreground. This could save battery slightly but may lead to crashes and background ANR.</string>
</resources>