Merge "Override config_useDeadZone on caimito devices" into 24D1-dev

This commit is contained in:
David Lin 2024-06-11 00:35:18 +00:00 committed by Android (Google) Code Review
commit 7e1366ba3f
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>