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

Commit 4dad4a3c authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am c17f16e3: Merge change 2851 into donut

Merge commit 'c17f16e3'

* commit 'c17f16e3':
  Change comment for SUGGEST_COLUMN_INTENT_EXTRA_DATA to clarify that
parents 1f4c2951 c17f16e3
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";
    /**