land: Enable LED customization options
Change-Id: I0ce98bbdc4187939f7f812788ccf7b74b7d03bb8
This commit is contained in:
parent
69343265bd
commit
44cf433e98
1 changed files with 14 additions and 0 deletions
|
@ -74,6 +74,20 @@
|
||||||
|
|
||||||
<integer name="config_buttonBrightnessSettingDefault">0</integer>
|
<integer name="config_buttonBrightnessSettingDefault">0</integer>
|
||||||
|
|
||||||
|
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
|
||||||
|
<bool name="config_intrusiveNotificationLed">true</bool>
|
||||||
|
|
||||||
|
<!-- Does the notification LED support multiple colors?
|
||||||
|
Used to decide if the user can change the colors -->
|
||||||
|
<bool name="config_multiColorNotificationLed">true</bool>
|
||||||
|
|
||||||
|
<!-- Is the battery LED intrusive? Used to decide if there should be a disable option -->
|
||||||
|
<bool name="config_intrusiveBatteryLed">true</bool>
|
||||||
|
|
||||||
|
<!-- Does the battery LED support multiple colors?
|
||||||
|
Used to decide if the user can change the colors -->
|
||||||
|
<bool name="config_multiColorBatteryLed">true</bool>
|
||||||
|
|
||||||
<!-- When true use the linux /dev/input/event subsystem to detect the switch changes
|
<!-- When true use the linux /dev/input/event subsystem to detect the switch changes
|
||||||
on the headphone/microphone jack. When false use the older uevent framework. -->
|
on the headphone/microphone jack. When false use the older uevent framework. -->
|
||||||
<bool name="config_useDevInputEventForAudioJack">true</bool>
|
<bool name="config_useDevInputEventForAudioJack">true</bool>
|
||||||
|
|
Loading…
Reference in a new issue