Cherish: Add an option to pulse edge light for all doze triggers [2/2]

Signed-off-by: AnkitGourav <Ankitgourav035@gmail.com>
This commit is contained in:
Ido Ben-Hur
2020-02-03 16:22:30 +02:00
committed by Hưng Phan
parent b94b45ac6d
commit c352716420
2 changed files with 9 additions and 0 deletions

View File

@@ -638,4 +638,7 @@
<string name="ambient_notification_light_enabled_sumary">Keep showing on always on display. Until the screen is turned on</string>
<string name="ambient_notification_light_hide_aod_title">Hide AoD content</string>
<string name="ambient_notification_light_hide_aod_sumary">Hide other AoD content when bars are showing</string>
<string name="pulse_ambient_light_pulse_for_all_title">Pulse for all doze events</string>
<string name="pulse_ambient_light_pulse_for_all_summary">Pulses for any doze wake and not just notifications when enabled</string>
</resources>

View File

@@ -17,6 +17,12 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/pulse_ambient_light_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="pulse_ambient_light_pulse_for_all"
android:title="@string/pulse_ambient_light_pulse_for_all_title"
android:summary="@string/pulse_ambient_light_pulse_for_all_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="ambient_notification_light_enabled"