mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sky
synced 2026-02-01 09:40:11 +00:00
sky: Changes to doze overlays
This commit is contained in:
@@ -205,5 +205,10 @@
|
||||
recharge when the battery level is lower than a threshold. Set this so that the device
|
||||
will be charged between (limit - val) and limit. -->
|
||||
<integer name="config_chargingControlBatteryRechargeMargin">1</integer>
|
||||
|
||||
<!-- Doze: should the TYPE_PICK_UP_GESTURE sensor be used as a pulse signal. -->
|
||||
<bool name="config_dozePulsePickup">true</bool>
|
||||
<!-- Pocket Lock -->
|
||||
<bool name="config_pocketModeSupported">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -7,5 +7,12 @@
|
||||
|
||||
<!-- Doze: does this device support STATE_DOZE? -->
|
||||
<bool name="doze_display_state_supported">true</bool>
|
||||
|
||||
<!-- Doze: does this device support STATE_DOZE_SUSPEND? -->
|
||||
<bool name="doze_suspend_display_state_supported">true</bool>
|
||||
<!-- Doze: check proximity sensor before pulsing? -->
|
||||
<bool name="doze_proximity_check_before_pulse">false</bool>
|
||||
<!-- Whether usage of the proximity sensor during doze is supported -->
|
||||
<bool name="doze_proximity_sensor_supported">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user