Intent.CategoryVoice 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.
Categories for activities that can participate in voice interaction.
[Android.Runtime.Register("CATEGORY_VOICE", ApiSince=23)]
public const string CategoryVoice;
[<Android.Runtime.Register("CATEGORY_VOICE", ApiSince=23)>]
val mutable CategoryVoice : string
Field Value
Implements
- Attributes
Remarks
Categories for activities that can participate in voice interaction. An activity that supports this category must be prepared to run with no UI shown at all (though in some case it may have a UI shown), and rely on android.app.VoiceInteractor
to interact with the user.
Java documentation for android.content.Intent.CATEGORY_VOICE
.
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.