Override config_useDeadZone on caimito devices

Bug: 324611410
Change-Id: Iacb3b4cb74106e3b3eecd1c7adb7de8e48a852aa
Test: Tested on komodo
This commit is contained in:
Tracy Zhou 2024-06-05 20:11:39 +00:00
parent d30d3fc1b7
commit 7c3a161670
3 changed files with 9 additions and 0 deletions

View file

@ -73,4 +73,7 @@
<!-- Whether to use a machine learning model for back gesture falsing. -->
<bool name="config_useBackGestureML">false</bool>
<!-- Whether to use deadzone with nav bar -->
<bool name="config_useDeadZone">false</bool>
</resources>

View file

@ -73,4 +73,7 @@
<!-- Whether to use a machine learning model for back gesture falsing. -->
<bool name="config_useBackGestureML">false</bool>
<!-- Whether to use deadzone with nav bar -->
<bool name="config_useDeadZone">false</bool>
</resources>

View file

@ -73,4 +73,7 @@
<!-- Whether to use a machine learning model for back gesture falsing. -->
<bool name="config_useBackGestureML">false</bool>
<!-- Whether to use deadzone with nav bar -->
<bool name="config_useDeadZone">false</bool>
</resources>