RecognizerIntent.ExtraSecure Field

Definition

Optional boolean to indicate that a "hands free" voice search was performed while the device was in a secure mode.

[Android.Runtime.Register("EXTRA_SECURE")]
public const string ExtraSecure;
[<Android.Runtime.Register("EXTRA_SECURE")>]
val mutable ExtraSecure : string

Field Value

Attributes

Remarks

Optional boolean to indicate that a "hands free" voice search was performed while the device was in a secure mode. An example of secure mode is when the device's screen lock is active, and it requires some form of authentication to be unlocked.

When the device is securely locked, the voice search activity should either restrict the set of voice actions that are permitted, or require some form of secure authentication before proceeding.

Java documentation for android.speech.RecognizerIntent.EXTRA_SECURE.

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.

Applies to