getSessionsAsync

abstract fun getSessionsAsync(): ListenableFuture<List<Session<UninstallFailure>>>

Returns all uninstall sessions tracked by this PackageUninstaller, active or not.

Cancelling this future is a no-op.

Return

ListenableFuture of Sessions list.