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

Commit 0ee446ba authored by Andy Wickham's avatar Andy Wickham
Browse files

Comment update reflecting Overview entrypointe

A new search entrypoint is OVERVIEW. It is given a separate ID so
that we/AiAi can customize how this entrypoint is presented.

Bug: 259619990
Test: N/A (comment change only)
Change-Id: Ibe7778adca931baa8aa7a29d19b601bcb251f0c6
parent 53a5086e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import android.app.search.Query;
 */
public class QueryExtras {

    // Can be either 1 (ALLAPPS) or 2 (QSB)
    // Can be either 1 (ALLAPPS), 2 (QSB), or 3 (OVERVIEW)
    public static final String EXTRAS_KEY_ENTRY = "entry";

    // This value overrides the timeout that is defined inside {@link SearchContext#getTimeout}