sanders: overlay: update
This commit is contained in:
@@ -31,6 +31,13 @@
|
|||||||
Must be in the range specified by minimum and maximum. -->
|
Must be in the range specified by minimum and maximum. -->
|
||||||
<integer name="config_screenBrightnessSettingDefault">88</integer>
|
<integer name="config_screenBrightnessSettingDefault">88</integer>
|
||||||
|
|
||||||
|
<!-- Indicate whether to allow the device to suspend when the screen is off
|
||||||
|
due to the proximity sensor. This resource should only be set to true
|
||||||
|
if the sensor HAL correctly handles the proximity sensor as a wake-up source.
|
||||||
|
Otherwise, the device may fail to wake out of suspend reliably.
|
||||||
|
The default is false. -->
|
||||||
|
<bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
|
||||||
|
|
||||||
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
|
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
|
||||||
The N entries of this array define N 1 zones as follows:
|
The N entries of this array define N 1 zones as follows:
|
||||||
|
|
||||||
@@ -199,8 +206,9 @@
|
|||||||
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
|
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
|
||||||
<bool name="config_intrusiveNotificationLed">true</bool>
|
<bool name="config_intrusiveNotificationLed">true</bool>
|
||||||
|
|
||||||
<!-- Default color for notification LED is white. -->
|
<!-- Does the battery LED support multiple colors?
|
||||||
<color name="config_defaultNotificationColor">#ff0000ff</color>
|
Used to decide if the user can change the colors -->
|
||||||
|
<bool name="config_multiColorBatteryLed">false</bool>
|
||||||
|
|
||||||
<!-- Do the battery/notification LEDs support pulsing?
|
<!-- Do the battery/notification LEDs support pulsing?
|
||||||
Used to decide if we show pulse settings -->
|
Used to decide if we show pulse settings -->
|
||||||
@@ -231,7 +239,7 @@
|
|||||||
<bool name="config_enableMultiUserUI">true</bool>
|
<bool name="config_enableMultiUserUI">true</bool>
|
||||||
|
|
||||||
<!-- Indicate whether the SD card is accessible without removing the battery. -->
|
<!-- Indicate whether the SD card is accessible without removing the battery. -->
|
||||||
<bool name="config_batterySdCardAccessibility">false</bool>
|
<bool name="config_batterySdCardAccessibility">true</bool>
|
||||||
|
|
||||||
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
|
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
|
||||||
autodetected from the Configuration. -->
|
autodetected from the Configuration. -->
|
||||||
@@ -357,7 +365,13 @@
|
|||||||
<!-- Whether the always on display mode is available. -->
|
<!-- Whether the always on display mode is available. -->
|
||||||
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
|
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
|
||||||
|
|
||||||
|
<!-- Whether the display blanks itself when transitioning from a doze to a non-doze state -->
|
||||||
|
<bool name="config_displayBlanksAfterDoze">true</bool>
|
||||||
|
|
||||||
<!-- Whether device has turbo power charging support -->
|
<!-- Whether device has turbo power charging support -->
|
||||||
<bool name="config_hasTurboPowerCharger">true</bool>
|
<bool name="config_hasTurboPowerCharger">true</bool>
|
||||||
|
|
||||||
|
<!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
|
||||||
|
<bool name="config_swipe_up_gesture_setting_available">true</bool>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user