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

@@ -40,6 +40,13 @@
android:key="strict_standby_policy"
android:title="@string/strict_standby_policy_title"
android:summary="@string/strict_standby_policy_summary"
android:defaultValue="false"/>
<com.cherish.settings.preferences.GlobalSettingSwitchPreference
android:key="force_background_freezer"
android:title="@string/force_background_freezer_title"
android:summary="@string/force_background_freezer_summary"
settings:controller="com.cherish.settings.preferences.ForceBackgroundFreezePreferenceController"
android:defaultValue="false"/>
<!-- Gaming mode -->