crackling: do not allow LED pulsing

REF: CYNGNOS-403
Change-Id: I6901835e400b95e66e870b9d563b64e18804f487
Signed-off-by: Roman Birg <roman@cyngn.com>
cm-14.0
Ricardo Cerqueira 10 years ago
parent fc7d0b7e7a
commit 40fd830740

@ -50,12 +50,6 @@
<bool name="config_hotswapCapable">false</bool>
<!-- Default LED on time for notification LED in milliseconds. -->
<integer name="config_defaultNotificationLedOn">500</integer>
<!-- Default LED off time for notification LED in milliseconds. -->
<integer name="config_defaultNotificationLedOff">5000</integer>
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>
@ -73,6 +67,10 @@
Used to decide if the user can change the colors -->
<bool name="config_multiColorBatteryLed">true</bool>
<!-- Do the battery/notification LEDs support pulsing?
Used to decide if we show pulse settings -->
<bool name="config_ledCanPulse">false</bool>
<integer name="config_deviceHardwareKeys">64</integer>
<bool name="config_allowAllRotations">true</bool>

Loading…
Cancel
Save