Browse Source

Update L10 bounding box to 14x14mm

Bug: 310264815
Test: N/A
Change-Id: Ia5840860f583502148b80db57731c4c6ee93c6a8
Austin Delgado 1 year ago
parent
commit
d4d4d10e79
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lynx/overlay/frameworks/base/core/res/res/values/config.xml

+ 3 - 0
lynx/overlay/frameworks/base/core/res/res/values/config.xml

@@ -313,4 +313,7 @@
     <!-- Boolean indicating whether allow sending null to modem to clear the previous initial attach
     <!-- Boolean indicating whether allow sending null to modem to clear the previous initial attach
          data profile -->
          data profile -->
     <bool name="allow_clear_initial_attach_data_profile">true</bool>
     <bool name="allow_clear_initial_attach_data_profile">true</bool>
+
+    <!-- The integer index of the selected option in config_udfps_touch_detection_options -->
+    <integer name="config_selected_udfps_touch_detection">6</integer>
 </resources>
 </resources>