diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml
index c843206..506fb49 100644
--- a/res/values/cherish_strings.xml
+++ b/res/values/cherish_strings.xml
@@ -874,6 +874,7 @@
Restart
Reverse
Show on always on
+ AOD is disabled
Show light pulse on new notification using always on
Custom color
Default color for light pulse
diff --git a/res/xml/cherish_settings_notifications.xml b/res/xml/cherish_settings_notifications.xml
index cf249da..512e86a 100644
--- a/res/xml/cherish_settings_notifications.xml
+++ b/res/xml/cherish_settings_notifications.xml
@@ -163,7 +163,8 @@
android:key="ambient_notification_light_enabled"
android:title="@string/ambient_notification_light_enabled_title"
android:summary="@string/ambient_notification_light_enabled_summary"
- android:defaultValue="false" />
+ android:defaultValue="false"
+ android:persistent="false" />