Cherish: Allow toggling screen off FOD [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
jhonboy121
2021-12-11 00:22:02 +00:00
committed by Hưng Phan
parent 1ef83e5fd6
commit 5f8db21574
2 changed files with 10 additions and 0 deletions

View File

@@ -659,5 +659,9 @@
<!-- Ambient Ticker -->
<string name="pulse_on_new_tracks_title">Music ticker</string>
<string name="pulse_on_new_tracks_summary">Show music ticker on Ambient Display during track change</string>
<!-- Screen off FOD -->
<string name="screen_off_fod_title">Screen off FOD</string>
<string name="screen_off_fod_summary">Keep FOD enabled when the screen is off</string>
</resources>

View File

@@ -90,5 +90,11 @@
android:summary="@string/lockscreen_visualizer_enable_summary" />
</PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="screen_off_fod"
android:title="@string/screen_off_fod_title"
android:summary="@string/screen_off_fod_summary"
android:defaultValue="true" />
</PreferenceScreen>