aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2013-10-09 18:54:53 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-09 18:54:53 -0700
commitd439ee371d9765ef5a89b4a766844f2b6965d908 (patch)
treeca7722a3e4012fa8b4bd33318b6f819604e2ddf7 /java/res
parentbcb095e72f57df667f133e0d8d4e223045bfed70 (diff)
parentf330de9526025448e64bdfe69b3d277e214c2512 (diff)
downloadlatinime-d439ee371d9765ef5a89b4a766844f2b6965d908.tar.gz
latinime-d439ee371d9765ef5a89b4a766844f2b6965d908.tar.xz
latinime-d439ee371d9765ef5a89b4a766844f2b6965d908.zip
am f330de95: am c01707db: Merge "Suppress exceptions that have always been happening."
* commit 'f330de9526025448e64bdfe69b3d277e214c2512': 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>