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
parent c95201dd53
commit 671b971814

View file

@ -145,4 +145,7 @@
<!-- Enable rest to unlock support. -->
<bool name="config_restToUnlockSupported">true</bool>
<!-- Whether to use a machine learning model for back gesture falsing. -->
<bool name="config_useBackGestureML">false</bool>
</resources>