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

Syntax

[Android.Runtime.Register("EXTRA_SECURE")]
public const string ExtraSecure

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.

[Android Documentation]

Requirements

Namespace: Android.Speech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16