Cherish: Option to disable all headsup notifications for Gaming mode [2/2]

Signed-off-by: AnkitGourav <Ankitgourav035@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
AnkitGourav
2019-12-24 10:24:36 +05:30
committed by Hưng Phan
parent 45a71ac0c7
commit bda00a0719
3 changed files with 28 additions and 5 deletions

View File

@@ -25,12 +25,14 @@
android:summary="@string/gaming_mode_enable_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="gaming_mode_headsup_toggle"
android:title="@string/gaming_mode_headsup_title"
android:summary="@string/gaming_mode_headsup_summary"
android:entries="@array/gaming_mode_headsup_toggle_entries"
android:entryValues="@array/gaming_mode_headsup_toggle_values"
android:summary="%s"
android:dependency="gaming_mode_enabled"
android:defaultValue="true" />
android:defaultValue="1" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="gaming_mode_hw_keys_toggle"