Update config.xml

This commit is contained in:
darkestDark 2019-07-14 11:47:53 +02:00 committed by Pierre-Hugues Husson
parent 349eb2a5c8
commit f14eacdc5f

View file

@ -75,6 +75,12 @@
<item>3500</item>
<item>4000</item>
</integer-array>
<!-- Default time when Night display is automatically activated.
Represented as milliseconds from midnight (e.g. 79200000 == 10pm). -->
<integer name="config_defaultNightDisplayCustomStartTime">79200000</integer>
<!-- Default time when Night display is automatically deactivated.
Represented as milliseconds from midnight (e.g. 21600000 == 6am). -->
<integer name="config_defaultNightDisplayCustomEndTime">21600000</integer>
<bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
<bool name="skip_restoring_network_selection">true</bool>
<bool name="config_showNavigationBar">true</bool>