SearchManager.FlagQueryRefinement Field

Definition

Flag to specify that the entry can be used for query refinement, i.

[Android.Runtime.Register("FLAG_QUERY_REFINEMENT")]
public const int FlagQueryRefinement = 1;
[<Android.Runtime.Register("FLAG_QUERY_REFINEMENT")>]
val mutable FlagQueryRefinement : int

Field Value

Value = 1
Attributes

Remarks

Flag to specify that the entry can be used for query refinement, i.e., the query text in the search field can be replaced with the text in this entry, when a query refinement icon is clicked. The suggestion list should show such a clickable icon beside the entry.

Use this flag as a bit-field for #SUGGEST_COLUMN_FLAGS.

Java documentation for android.app.SearchManager.FLAG_QUERY_REFINEMENT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to