tegu: Turn off ML in system back gesture

Bug: 277603560
Flag: None
Test: Manual
Change-Id: I4471d5e24b55466cf1f1b48f4958eb674307bd0d
This commit is contained in:
Cutter Coryell 2024-01-29 13:59:24 -08:00 committed by Michael Bestas
parent b0b3331678
commit 823e79a235
No known key found for this signature in database

View file

@ -70,4 +70,7 @@
<!-- The time (in ms) needed to trigger the lock icon view's long-press affordance -->
<integer name="config_lockIconLongPress" translatable="false">100</integer>
<!-- Whether to use a machine learning model for back gesture falsing. -->
<bool name="config_useBackGestureML">false</bool>
</resources>