aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/voice/VoiceInput.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-07-01 05:11:23 +0900
committersatok <satok@google.com>2010-07-01 05:11:23 +0900
commit9d2e059f835e7d845c3bbbe473f388b878e44fd2 (patch)
tree8b4d0251ccc0431770a28ed4871572cdabb9faeb /java/src/com/android/inputmethod/voice/VoiceInput.java
parent67607ea8b12a149f95a5d74b94ff550eac4bd0ff (diff)
parent57691a35743e3705abe60db4902f9ad3c0e722d8 (diff)
downloadlatinime-9d2e059f835e7d845c3bbbe473f388b878e44fd2.tar.gz
latinime-9d2e059f835e7d845c3bbbe473f388b878e44fd2.tar.xz
latinime-9d2e059f835e7d845c3bbbe473f388b878e44fd2.zip
Merge commit 'goog/master'
Conflicts: java/src/com/android/inputmethod/latin/LatinIME.java
Diffstat (limited to 'java/src/com/android/inputmethod/voice/VoiceInput.java')
-rw-r--r--java/src/com/android/inputmethod/voice/VoiceInput.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/voice/VoiceInput.java b/java/src/com/android/inputmethod/voice/VoiceInput.java
index ac06ab50d..354670969 100644
--- a/java/src/com/android/inputmethod/voice/VoiceInput.java
+++ b/java/src/com/android/inputmethod/voice/VoiceInput.java
@@ -63,7 +63,7 @@ public class VoiceInput implements OnClickListener {
// WARNING! Before enabling this, fix the problem with calling getExtractedText() in
// landscape view. It causes Extracted text updates to be rejected due to a token mismatch
- public static boolean ENABLE_WORD_CORRECTIONS = false;
+ public static boolean ENABLE_WORD_CORRECTIONS = true;
// Dummy word suggestion which means "delete current word"
public static final String DELETE_SYMBOL = " \u00D7 "; // times symbol
@@ -308,7 +308,7 @@ public class VoiceInput implements OnClickListener {
SettingsUtil.getSettingsInt(
mContext.getContentResolver(),
SettingsUtil.LATIN_IME_MAX_VOICE_RESULTS,
- 1));
+ 10));
// Get endpointer params from Gservices.
// TODO: Consider caching these values for improved performance on slower devices.