aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/deprecated
diff options
context:
space:
mode:
authorFreeman Ng <tenorslowworm@google.com>2011-06-07 13:46:02 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-07 13:46:02 -0700
commit60c5851cc891e82d6954d3c9ce218e40ed2d7ab5 (patch)
tree263b4a9ef75c661661dbd99c835ffd9e0b5bd2df /java/src/com/android/inputmethod/deprecated
parent1af8006352c2a3632130d6d252a1ad89ceb94303 (diff)
downloadlatinime-60c5851cc891e82d6954d3c9ce218e40ed2d7ab5.tar.gz
latinime-60c5851cc891e82d6954d3c9ce218e40ed2d7ab5.tar.xz
latinime-60c5851cc891e82d6954d3c9ce218e40ed2d7ab5.zip
Revert "move setup wizard package name to google namespace"
This reverts commit 1af8006352c2a3632130d6d252a1ad89ceb94303
Diffstat (limited to 'java/src/com/android/inputmethod/deprecated')
-rw-r--r--java/src/com/android/inputmethod/deprecated/voice/VoiceInput.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/deprecated/voice/VoiceInput.java b/java/src/com/android/inputmethod/deprecated/voice/VoiceInput.java
index 3842c53c0..7ee0de9c9 100644
--- a/java/src/com/android/inputmethod/deprecated/voice/VoiceInput.java
+++ b/java/src/com/android/inputmethod/deprecated/voice/VoiceInput.java
@@ -192,7 +192,7 @@ public class VoiceInput implements OnClickListener {
}
mBlacklist = new Whitelist();
- mBlacklist.addApp("com.google.android.setupwizard");
+ mBlacklist.addApp("com.android.setupwizard");
}
public void setCursorPos(int pos) {