Cherish: Add strict standby policy

Change-Id: I8a8b86dba5ff5aa6a31106af5f93a250de76e91f

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
LibXZR
2022-07-04 21:15:45 +02:00
committed by Hưng Phan
parent 207910ba53
commit 326c047131
2 changed files with 10 additions and 0 deletions

View File

@@ -34,6 +34,12 @@
android:key="pm_downgrade_allowed"
android:title="@string/laboratory_app_downgrade_title"
android:summary="@string/laboratory_app_downgrade_summary"
android:defaultValue="false"/>
<com.cherish.settings.preferences.GlobalSettingSwitchPreference
android:key="strict_standby_policy"
android:title="@string/strict_standby_policy_title"
android:summary="@string/strict_standby_policy_summary"
android:defaultValue="false"/>
<!-- Gaming mode -->