PackageInstaller.Session.IsStaged Property

Definition

public virtual bool IsStaged { [Android.Runtime.Register("isStaged", "()Z", "GetIsStagedHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("isStaged", "()Z", "GetIsStagedHandler", ApiSince=29)>]
member this.IsStaged : bool

Property Value

true if this session will be staged and applied at next reboot.

Attributes

Remarks

Java documentation for android.content.pm.PackageInstaller.Session.isStaged().

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