getSessionsAsync

abstract fun getSessionsAsync(): ListenableFuture<List<ProgressSession<InstallFailure>>>

Returns all install sessions tracked by this PackageInstaller, active or not.

Cancelling this future is a no-op.

Return

ListenableFuture of ProgressSessions list.