Android.Content.Intent.Package Property
Retrieve the application package name this Intent is limited to.

Syntax

[get: Android.Runtime.Register("getPackage", "()Ljava/lang/String;", "GetGetPackageHandler")]
public virtual string Package { get; }

See Also

Intent.ResolveActivity(Android.Content.PM.PackageManager)
Intent.SetPackage(string)

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the application package name this Intent is limited to. When resolving an Intent, if non-null this limits the resolution to only components in the given application package.

[Android Documentation]

Requirements

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