Merge "Turn off ML in system back gesture" into main

This commit is contained in:
Cutter Coryell 2024-01-30 18:22:20 +00:00 committed by Android (Google) Code Review
commit d3360fbd60

View file

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