diff options
| -rw-r--r-- | core/res/res/values/config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index bf141b529479..57f3af8d4ea6 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -5170,10 +5170,11 @@ <item>0,0,1.0,0,1</item> <item>1,1,1.0,0,1</item> <item>1,1,1.0,.4,1</item> + <item>1,1,1.0,.15,15</item> </string-array> <!-- The integer index of the selected option in config_udfps_touch_detection_options --> - <integer name="config_selected_udfps_touch_detection">2</integer> + <integer name="config_selected_udfps_touch_detection">3</integer> <!-- An array of arrays of side fingerprint sensor properties relative to each display. Note: this value is temporary and is expected to be queried directly |