mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
move setup wizard package name into google namespace
bug: 3027897 Change-Id: I8fbc7a742051d62880cb65edfb2808cd2b0ccba8
This commit is contained in:
parent
0150be2a9b
commit
713c686447
@ -129,7 +129,7 @@ public class VoiceInput implements OnClickListener {
|
||||
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 @@ public class VoiceInput implements OnClickListener {
|
||||
}
|
||||
|
||||
mBlacklist = new Whitelist();
|
||||
mBlacklist.addApp("com.android.setupwizard");
|
||||
mBlacklist.addApp("com.google.android.setupwizard");
|
||||
}
|
||||
|
||||
public void setCursorPos(int pos) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user