Cherish: Pulse edge light for all doze triggers [2/2]

Co-Authored-By: bezke <1642612+bezke@users.noreply.github.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Ido Ben-Hur
2020-02-03 16:22:30 +02:00
committed by Hưng Phan
parent fb5f6fa3ca
commit db164e78ab
2 changed files with 9 additions and 1 deletions

View File

@@ -430,5 +430,7 @@
<string name="ambient_notification_color_mode_notification">Notification icon color</string>
<string name="ambient_notification_color_mode_custom">@string/ambient_notification_light_color_title</string>
<string name="ambient_notification_light_color_title">Custom color</string>
<string name="pulse_ambient_light_show_always_title">Show always</string>
<string name="pulse_ambient_light_show_always_summary">Show lights for all doze events and not just notifications</string>
</resources>

View File

@@ -21,6 +21,12 @@
android:summary="@string/ambient_notification_light_enabled_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="ambient_light_pulse_for_all"
android:title="@string/pulse_ambient_light_show_always_title"
android:summary="@string/pulse_ambient_light_show_always_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="ambient_notification_light_hide_aod"
android:title="@string/ambient_notification_light_hide_aod_title"