Cherish: Repeat edge light animation on all doze wake [2/2]

This commit is contained in:
AnkitGourav
2020-02-08 13:32:29 +07:00
committed by Hưng Phan
parent 2593741f28
commit 09f0e4473c
2 changed files with 9 additions and 0 deletions

View File

@@ -23,6 +23,13 @@
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="pulse_ambient_light_pulse_for_all_repeat"
android:title="@string/pulse_ambient_light_pulse_for_all_repeat_title"
android:summary="@string/pulse_ambient_light_pulse_for_all_repeat_summary"
android:dependency="pulse_ambient_light_pulse_for_all"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="ambient_notification_light_enabled"