LauncherApps.AllPackageInstallerSessions Property

Definition

Return list of all known install sessions in this user and managed profiles, regardless of the installer.

public virtual System.Collections.Generic.IList<Android.Content.PM.PackageInstaller.SessionInfo> AllPackageInstallerSessions { [Android.Runtime.Register("getAllPackageInstallerSessions", "()Ljava/util/List;", "GetGetAllPackageInstallerSessionsHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getAllPackageInstallerSessions", "()Ljava/util/List;", "GetGetAllPackageInstallerSessionsHandler", ApiSince=29)>]
member this.AllPackageInstallerSessions : System.Collections.Generic.IList<Android.Content.PM.PackageInstaller.SessionInfo>

Property Value

IList<SessionInfo>
Attributes

Remarks

Java documentation for android.content.pm.LauncherApps.getAllPackageInstallerSessions().

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