PackageInstaller.SessionInfo.OriginatingUri Property

Definition

Get the value set in SessionParams#setOriginatingUri(Uri).

public virtual Android.Net.Uri? OriginatingUri { [Android.Runtime.Register("getOriginatingUri", "()Landroid/net/Uri;", "GetGetOriginatingUriHandler", ApiSince=27)] get; }
[<get: Android.Runtime.Register("getOriginatingUri", "()Landroid/net/Uri;", "GetGetOriginatingUriHandler", ApiSince=27)>]
member this.OriginatingUri : Android.Net.Uri

Property Value

Uri
Attributes

Remarks

Get the value set in SessionParams#setOriginatingUri(Uri). Note: This value will only be non-null for the owner of the session.

Java documentation for android.content.pm.PackageInstaller.SessionInfo.getOriginatingUri().

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