EXTRA_CONTENT_QUERY constant

String const EXTRA_CONTENT_QUERY

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

Applicable to {@link Intent} with actions:

  • {@link Intent#ACTION_GET_CONTENT}
  • {@link Intent#ACTION_OPEN_DOCUMENT}

Implementation

static const String EXTRA_CONTENT_QUERY =
    "android.intent.extra.CONTENT_QUERY";