Intent.ActionVoiceCommand 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.
Activity Action: Start Voice Command.
[Android.Runtime.Register("ACTION_VOICE_COMMAND")]
public const string ActionVoiceCommand;
[<Android.Runtime.Register("ACTION_VOICE_COMMAND")>]
val mutable ActionVoiceCommand : string
Field Value
Implements
- Attributes
Remarks
Activity Action: Start Voice Command.
Input: Nothing.
Output: Nothing. <p class="note"> In some cases, a matching Activity may not exist, so ensure you safeguard against this.
Java documentation for android.content.Intent.ACTION_VOICE_COMMAND
.
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.