sky: Changes to doze overlays

This commit is contained in:
Lostark13
2024-11-14 08:57:44 +05:30
committed by suvojit213
parent 33d72f83a4
commit 33c0fe82c2
2 changed files with 12 additions and 0 deletions

View File

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

View File

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