RecognizerIntent.ExtraCallingPackage 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.
The extra key used in an intent to the speech recognizer for voice search.
[Android.Runtime.Register("EXTRA_CALLING_PACKAGE")]
public const string ExtraCallingPackage;
[<Android.Runtime.Register("EXTRA_CALLING_PACKAGE")>]
val mutable ExtraCallingPackage : string
Field Value
- Attributes
Remarks
The extra key used in an intent to the speech recognizer for voice search. Not generally to be used by developers. The system search dialog uses this, for example, to set a calling package for identification by a voice search API. If this extra is set by anyone but the system process, it should be overridden by the voice search implementation.
Java documentation for android.speech.RecognizerIntent.EXTRA_CALLING_PACKAGE
.
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.