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 a0c75390da
commit 4be12dabd3
2 changed files with 10 additions and 2 deletions

View File

@@ -447,5 +447,9 @@
<!-- Ambient Ticker --> <!-- Ambient Ticker -->
<string name="pulse_on_new_tracks_title">Music ticker</string> <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> <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> </resources>

View File

@@ -57,6 +57,10 @@
android:summary="@string/ls_shortcut_summary" /> android:summary="@string/ls_shortcut_summary" />
</PreferenceCategory> </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> </PreferenceScreen>