Turn off ML in system back gesture

Bug: 329496560
Test: builds
Change-Id: I6fb4eb13078df82c576a9793edf8021b00333406
This commit is contained in:
Cutter Coryell 2024-03-29 14:53:30 -07:00
parent 2078e7548a
commit fab889fb5a
3 changed files with 9 additions and 0 deletions

View file

@ -70,4 +70,7 @@
<item>101</item> <!-- sensorLocationY -->
<item>48</item> <!--sensorRadius -->
</integer-array>
<!-- Whether to use a machine learning model for back gesture falsing. -->
<bool name="config_useBackGestureML">false</bool>
</resources>