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

Commit c17f16e3 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 2851 into donut

* changes:
  Change comment for SUGGEST_COLUMN_INTENT_EXTRA_DATA to clarify that this column is for use by global search only.
parents b249890b 21fd5f14
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1302,9 +1302,10 @@ public class SearchManager
    /**
     * Column name for suggestions cursor.  <i>Optional.</i>  This column allows suggestions
     *  to provide additional arbitrary data which will be included as an extra under the key
     *  {@link #EXTRA_DATA_KEY}.
     *  {@link #EXTRA_DATA_KEY}. For use by the global search system only - if other providers
     *  attempt to use this column, the value will be overwritten by global search.
     * 
     * @hide pending API council approval
     * @hide
     */
    public final static String SUGGEST_COLUMN_INTENT_EXTRA_DATA = "suggest_intent_extra_data";
    /**