2.8.10 Missing LED Colors after update


andril

Members
Dec 10, 2010
80
20
I noticed that Orange (most of all), Green and White in the Galaxy Nexus GSM Maguro build. Can this be added back in the next update or is it a bug? Thanks In Advance.
 
It might need some testing.
Code:
    <string-array name="led_color_values">
        <item>blue</item>
        <item>red</item>
        <item>green</item>
        <item>\#FFFF0033</item>
        <item>\#FF5500FF</item>
        <item>\#FFAA00AA</item>
    </string-array>
    <string-array name="led_color_entries">
        <item>Blue</item>
        <item>Red</item>
        <item>Green</item>
        <item>Pink</item>
        <item>Violet</item>
        <item>Purple</item>
    </string-array>