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

Commit 4dceb65c authored by Mike LeBeau's avatar Mike LeBeau Committed by Android (Google) Code Review
Browse files

Merge "Add a voice search hint context for the launcher."

parents 572843e4 7009469d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ public class Recognition {
    public static final int HINT_CONTEXT_UNKNOWN = 0;
    public static final int HINT_CONTEXT_VOICE_SEARCH_HELP = 1;
    public static final int HINT_CONTEXT_CAR_HOME = 2;
    public static final int HINT_CONTEXT_LAUNCHER = 3;

    private Recognition() { }   // don't instantiate
}