Intent.ExtraOriginatingUri Field

Definition

Used as a URI extra field with #ACTION_INSTALL_PACKAGE and #ACTION_VIEW to indicate the URI from which the local APK in the Intent data field originated from.

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

Field Value

Implements

Attributes

Remarks

Used as a URI extra field with #ACTION_INSTALL_PACKAGE and #ACTION_VIEW to indicate the URI from which the local APK in the Intent data field originated from.

Java documentation for android.content.Intent.EXTRA_ORIGINATING_URI.

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