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