[2/2] OmniGears: Option to enable Notification Light when screen is on

This makes it possible to let the Notification LED flash even when the screen is on

PS5
use this to change also
-align color pref
-disable battery light reset menu since no other page has this

Change-Id: I3f5b8f2136a833a4c651887f3c8c97d27246863e
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 36199a1..b773338 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -72,6 +72,7 @@
     <string name="notification_light_default_value">Default</string>
     <string name="notification_light_missed_call_title">Missed call</string>
     <string name="notification_light_voicemail_title">Voicemail</string>
+    <string name="notification_light_screen_on_title">Show when screen is on</string>
 
     <!-- Values for the notification light pulse spinners -->
     <string name="pulse_length_always_on">Always on</string>
@@ -479,4 +480,5 @@
     <string name="clock_date_style_normal">Normal</string>
     <string name="clock_date_style_lowercase">Lowercase</string>
     <string name="clock_date_style_uppercase">Uppercase</string>
+
 </resources>