commit | 713c68644747de30cd80414db39c47e69b74c34c | [log] [tgz] |
---|---|---|
author | Freeman Ng <tenorslowworm@google.com> | Tue Jun 21 14:54:07 2011 -0700 |
committer | Freeman Ng <tenorslowworm@google.com> | Tue Jun 21 14:56:42 2011 -0700 |
tree | 2ba69dfb61a7db8bebf72d2c11a0587b8e811877 | |
parent | 0150be2a9b5e4a8af3ecab485299507c3d0772c7 [diff] |
move setup wizard package name into google namespace bug: 3027897 Change-Id: I8fbc7a742051d62880cb65edfb2808cd2b0ccba8
diff --git a/java/src/com/android/inputmethod/deprecated/voice/VoiceInput.java b/java/src/com/android/inputmethod/deprecated/voice/VoiceInput.java index 2dba014..b718ebb 100644 --- a/java/src/com/android/inputmethod/deprecated/voice/VoiceInput.java +++ b/java/src/com/android/inputmethod/deprecated/voice/VoiceInput.java
@@ -129,7 +129,7 @@ private int mAfterVoiceInputSelectionSpan = 0; private int mState = DEFAULT; - + private final static int MSG_RESET = 1; private final Handler mHandler = new Handler() { @@ -192,7 +192,7 @@ } mBlacklist = new Whitelist(); - mBlacklist.addApp("com.android.setupwizard"); + mBlacklist.addApp("com.google.android.setupwizard"); } public void setCursorPos(int pos) {