stone: overlay: Disable pickup gesture

Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
kamikaonashi
2024-07-10 19:22:18 +02:00
committed by Arijit78
parent 393763ed7d
commit a4445c3822

View File

@@ -638,6 +638,10 @@
<!-- Doze: should the TYPE_PICK_UP_GESTURE sensor be used as a pulse signal. --> <!-- Doze: should the TYPE_PICK_UP_GESTURE sensor be used as a pulse signal. -->
<bool name="config_dozePulsePickup">true</bool> <bool name="config_dozePulsePickup">true</bool>
<!-- Control whether the pickup gesture is enabled by default. This value will be used
during initialization when the setting is still null. -->
<bool name="config_dozePickupGestureEnabled">false</bool>
<!-- Control whether the always on display mode is enabled by default. This value will be used <!-- Control whether the always on display mode is enabled by default. This value will be used
during initialization when the setting is still null. --> during initialization when the setting is still null. -->