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

Commit 7009469d authored by Mike LeBeau's avatar Mike LeBeau
Browse files

Add a voice search hint context for the launcher.

Change-Id: If22471517d8ee34b750278666277d50deaf9ce47
parent 2febfb8a
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
}