Intent.ExtraContentQuery Field

Definition

Optional CharSequence extra to provide a search query.

[Android.Runtime.Register("EXTRA_CONTENT_QUERY", ApiSince=29)]
public const string ExtraContentQuery;
[<Android.Runtime.Register("EXTRA_CONTENT_QUERY", ApiSince=29)>]
val mutable ExtraContentQuery : string

Field Value

Implements

Attributes

Remarks

Optional CharSequence extra to provide a search query. The format of this query is dependent on the receiving application.

Applicable to Intent with actions: <ul> <li>Intent#ACTION_GET_CONTENT</li> <li>Intent#ACTION_OPEN_DOCUMENT</li> </ul>

Java documentation for android.content.Intent.EXTRA_CONTENT_QUERY.

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