Merge "move setup wizard package name to google namespace"

main
Freeman Ng 2011-05-18 12:26:57 -07:00 committed by Android (Google) Code Review
commit 0e8bbe3ab4
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ public class VoiceInput implements OnClickListener {
}
mBlacklist = new Whitelist();
mBlacklist.addApp("com.android.setupwizard");
mBlacklist.addApp("com.google.android.setupwizard");
}
public void setCursorPos(int pos) {