Android.Content.IntentSender.CreatorPackage Property
Return the package name of the application that created this IntentSender, that is the identity under which you will actually be sending the Intent.

Syntax

[get: Android.Runtime.Register("getCreatorPackage", "()Ljava/lang/String;", "GetGetCreatorPackageHandler")]
public virtual string CreatorPackage { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the package name of the application that created this IntentSender, that is the identity under which you will actually be sending the Intent. The returned string is supplied by the system, so that an application can not spoof its 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 17