Android.Content.Intent.ExtraNotUnknownSource Field
Used as a boolean extra field with Intent.ActionInstallPackage to install a package.

Syntax

[Android.Runtime.Register("EXTRA_NOT_UNKNOWN_SOURCE")]
public const string ExtraNotUnknownSource

Remarks

Used as a boolean extra field with Intent.ActionInstallPackage to install a package. Specifies that the application being installed should not be treated as coming from an unknown source, but as coming from the app invoking the Intent. For this to work you must start the installer with startActivityForResult().

[Android Documentation]

Requirements

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