public abstract class VoiceInteractionManagerInternal extends Object
Constructor and Description |
---|
VoiceInteractionManagerInternal() |
Modifier and Type | Method and Description |
---|---|
abstract void |
startLocalVoiceInteraction(IBinder callingActivity,
Bundle options)
Start a new voice interaction session when requested from within an activity
by Activity.startLocalVoiceInteraction()
|
abstract void |
stopLocalVoiceInteraction(IBinder callingActivity) |
abstract boolean |
supportsLocalVoiceInteraction()
Returns whether the currently selected voice interaction service supports local voice
interaction for launching from an Activity.
|
public abstract void startLocalVoiceInteraction(IBinder callingActivity, Bundle options)
callingActivity
- The binder token representing the calling activity.options
- public abstract boolean supportsLocalVoiceInteraction()
public abstract void stopLocalVoiceInteraction(IBinder callingActivity)