Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 713c6864 authored by Freeman Ng's avatar Freeman Ng
Browse files

move setup wizard package name into google namespace

bug: 3027897
Change-Id: I8fbc7a742051d62880cb65edfb2808cd2b0ccba8
parent 0150be2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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) {