Turn off ML in system back gesture

Bug: b/332343111
Fixes: b/332343111
Test: atest BackAnimationControllerTest BackNavigationControllerTests OnBackInvokedDispatcherTest
Change-Id: I3de429ed6d9972355dae4edd2fd03b15859d0f4b
This commit is contained in:
Cutter Coryell 2024-04-01 12:08:29 -07:00
parent f7fb3a0297
commit b830ea62b3

View file

@ -148,5 +148,8 @@
4 : DEVICE_POSTURE_FLIPPED
-->
<integer name="config_face_auth_supported_posture">1</integer>
<!-- Whether to use a machine learning model for back gesture falsing. -->
<bool name="config_useBackGestureML">false</bool>
</resources>