move setup wizard package name to google namespace

bug: 3027897
Change-Id: I0113db212d41212142265a133c1763a4acd003a5
This commit is contained in:
Freeman Ng 2011-05-12 16:55:08 -07:00
parent e02b35ef4e
commit 1af8006352

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) {