aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2013-10-04 10:13:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-04 10:13:53 +0000
commitc01707db03c124ecab0c8ba14b4e4f2d24c973c9 (patch)
treee0e315b29e135c1abd655790de9d03a87df2a669 /java/res
parent676bb517ed7cf137c084a861ab0c2a88dd7a6452 (diff)
parentfba1bd0ec4198fc227bffcdb9c90bb7a36baa5c8 (diff)
downloadlatinime-c01707db03c124ecab0c8ba14b4e4f2d24c973c9.tar.gz
latinime-c01707db03c124ecab0c8ba14b4e4f2d24c973c9.tar.xz
latinime-c01707db03c124ecab0c8ba14b4e4f2d24c973c9.zip
Merge "Suppress exceptions that have always been happening."
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml
index 465d52cec..66b9b7082 100644
--- a/java/res/values/config.xml
+++ b/java/res/values/config.xml
@@ -103,7 +103,7 @@
-->
<string-array name="auto_correction_threshold_values" translatable="false">
<!-- Off, When auto correction setting is Off, this value is not used. -->
- <item></item>
+ <item>floatMaxValue</item>
<!-- Modest : Suggestion whose normalized score is greater than this value
will be subject to auto-correction. -->
<item>0.185</item>