MediaStore.IntentActionTextOpenFromSearch Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An intent to perform a search for readable media and automatically play content from the result when possible.
[Android.Runtime.Register("INTENT_ACTION_TEXT_OPEN_FROM_SEARCH")]
public const string IntentActionTextOpenFromSearch;
[<Android.Runtime.Register("INTENT_ACTION_TEXT_OPEN_FROM_SEARCH")>]
val mutable IntentActionTextOpenFromSearch : string
Field Value
- Attributes
Remarks
An intent to perform a search for readable media and automatically play content from the result when possible. This can be fired, for example, by the result of a voice recognition command to read a book or magazine.
Contains the android.app.SearchManager#QUERY
extra, which is a string that can contain any type of unstructured text search, like the name of a book or magazine, an author a genre, a publisher, or any combination of these.
Because this intent includes an open-ended unstructured search string, it makes the most sense for apps that can support large-scale search of text media, such as services connected to an online database of books and/or magazines which can be read on the device.
Java documentation for android.provider.MediaStore.INTENT_ACTION_TEXT_OPEN_FROM_SEARCH
.
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.