diff options
author | 2011-03-28 18:45:49 -0700 | |
---|---|---|
committer | 2011-04-01 16:12:06 +0900 | |
commit | 742900983830386f04ccb004cd4356c8b08c61d0 (patch) | |
tree | 377d3269ee86d6f65efbda7af8b04e2bbaffe6cf /java/src/com/android/inputmethod/deprecated/voice/RecognitionView.java | |
parent | a1f9cdd6f5328224e926335f2beeb27b1bc166fe (diff) | |
download | latinime-742900983830386f04ccb004cd4356c8b08c61d0.tar.gz latinime-742900983830386f04ccb004cd4356c8b08c61d0.tar.xz latinime-742900983830386f04ccb004cd4356c8b08c61d0.zip |
Enable VoiceInput even if there is no shortcut subtype supported
Change-Id: I1d455348f56d73ecb942f22c2bbd03f240b489a6
Diffstat (limited to 'java/src/com/android/inputmethod/deprecated/voice/RecognitionView.java')
-rw-r--r-- | java/src/com/android/inputmethod/deprecated/voice/RecognitionView.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/deprecated/voice/RecognitionView.java b/java/src/com/android/inputmethod/deprecated/voice/RecognitionView.java index 52c73ce90..b57c16f40 100644 --- a/java/src/com/android/inputmethod/deprecated/voice/RecognitionView.java +++ b/java/src/com/android/inputmethod/deprecated/voice/RecognitionView.java @@ -50,7 +50,6 @@ import java.util.Locale; * plays beeps, shows errors, etc. */ public class RecognitionView { - @SuppressWarnings("unused") private static final String TAG = "RecognitionView"; private Handler mUiHandler; // Reference to UI thread |