Override config_useDeadZone on caimito devices
Bug: 324611410 Change-Id: Iacb3b4cb74106e3b3eecd1c7adb7de8e48a852aa Test: Tested on komodo
This commit is contained in:
parent
d30d3fc1b7
commit
7c3a161670
3 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue