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:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user