getActiveSessionsAsync

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

Returns all active install sessions tracked by this PackageInstaller.

Cancelling this future is a no-op.

Return

ListenableFuture of ProgressSessions list.