InstalledPackageProbe

data class InstalledPackageProbe(val visibleCount: Int, val systemCount: Int, val userCount: Int)

Aggregate counts describing installed applications, without listing package names.

Constructors

Link copied to clipboard
constructor(visibleCount: Int, systemCount: Int, userCount: Int)

Properties

Link copied to clipboard

Number of system (pre-installed) apps.

Link copied to clipboard

Number of user-installed apps (visibleCount - systemCount).

Link copied to clipboard

Total apps visible to this app (subject to package-visibility rules).