Merge "move setup wizard package name into google namespace"

This commit is contained in:
Freeman Ng 2011-06-22 11:03:43 -07:00 committed by Android (Google) Code Review
commit ae706548d6

View file

@ -129,7 +129,7 @@ public class VoiceInput implements OnClickListener {
private int mAfterVoiceInputSelectionSpan = 0; private int mAfterVoiceInputSelectionSpan = 0;
private int mState = DEFAULT; private int mState = DEFAULT;
private final static int MSG_RESET = 1; private final static int MSG_RESET = 1;
private final Handler mHandler = new Handler() { private final Handler mHandler = new Handler() {
@ -192,7 +192,7 @@ public class VoiceInput implements OnClickListener {
} }
mBlacklist = new Whitelist(); mBlacklist = new Whitelist();
mBlacklist.addApp("com.android.setupwizard"); mBlacklist.addApp("com.google.android.setupwizard");
} }
public void setCursorPos(int pos) { public void setCursorPos(int pos) {