Merge "Override config_useDeadZone on caimito devices" into main

This commit is contained in:
Tracy Zhou 2024-06-06 21:48:39 +00:00 committed by Android (Google) Code Review
commit b3d21f0a92
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>