Make auto-correct the default

This commit is contained in:
Amith Yamasani 2009-09-23 16:01:52 -07:00
parent b58c9c0dcc
commit 7b138f7fbf

View file

@ -19,7 +19,7 @@
-->
<resources>
<!-- Whether or not auto-correction should be enabled by default -->
<bool name="enable_autocorrect">false</bool>
<bool name="enable_autocorrect">true</bool>
<!-- Whether this input method should be used as the default for a locale. Override it
for latin languages. -->
<bool name="im_is_default">false</bool>