[2/2] OmniGears: make screen off animation selection logical
dont rely on overlay config_animateScreenLights anymore
but explicitly allow setting type to fade or color
for simplictly the default will be fade so devices
might see a diff first time
Change-Id: Idab6b9fc589aaaa0b02e7a231b7dc7e29c605b61
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index db731af..aaf4b0f 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -631,7 +631,8 @@
<string name="double_tap_sleep_lockscreen_title">Double tap to sleep on lockscreen</string>
<string name="double_tap_sleep_lockscreen_summary"></string>
- <string name="screen_off_animation_default">Default</string>
+ <string name="screen_off_animation_fade">Simple fade</string>
+ <string name="screen_off_animation_color">Color fade</string>
<string name="screen_off_animation_crt">CRT</string>
<string name="screen_off_animation_scale">Scale</string>
<string name="screen_off_animation_title">Screen off animation</string>