Android.Speech.RecognizerIntent.ActionVoiceSearchHandsFree Field
Starts an activity that will prompt the user for speech without requiring the user's visual attention or touch input.

Syntax

[Android.Runtime.Register("ACTION_VOICE_SEARCH_HANDS_FREE")]
public const string ActionVoiceSearchHandsFree

Remarks

Starts an activity that will prompt the user for speech without requiring the user's visual attention or touch input. It will send it through a speech recognizer, and either synthesize speech for a web search result or trigger another type of action based on the user's speech. This activity may be launched while device is locked in a secure mode. Special care must be taken to ensure that the voice actions that are performed while hands free cannot compromise the device's security. The activity should check the value of the RecognizerIntent.ExtraSecure extra to determine whether the device has been securely locked. If so, the activity should either restrict the set of voice actions that are permitted or require some form of secure authentication before proceeding. To ensure that the activity's user interface is visible while the lock screen is showing, the activity should set the Android.Views.WindowManagerLayoutParams.FLAG_SHOW_WHEN_LOCKED window flag. Otherwise the activity's user interface may be hidden by the lock screen. The activity should take care not to leak private information when the device is securely locked.

Optional extras:

[Android Documentation]

Requirements

Namespace: Android.Speech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16