getPackageIcon

open fun getPackageIcon(@NonNull packageUUID: String): Bitmap

Gets the icon of the specific package.

Return

Bitmap of package icon, or null if no icon found for the specified packageUUID.

Parameters

packageUUID

Stringthe UUID of package.