Intent.ExtraAssistPackage Field

Definition

An optional field on #ACTION_ASSIST containing the name of the current foreground application package at the time the assist was invoked.

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

Field Value

Implements

Attributes

Remarks

An optional field on #ACTION_ASSIST containing the name of the current foreground application package at the time the assist was invoked.

Java documentation for android.content.Intent.EXTRA_ASSIST_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.

Applies to