CATEGORY_VOICE constant

String const CATEGORY_VOICE

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 {@link android.app.VoiceInteractor} to interact with the user.

Implementation

static const String CATEGORY_VOICE = "android.intent.category.VOICE";