|
|
|
|
@ -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>
|
|
|
|
|
|