Android.Content.PM.PackageItemInfo.LoadLogo Method
Retrieve the current graphical logo associated with this item.

Syntax

[Android.Runtime.Register("loadLogo", "(Landroid/content/pm/PackageManager;)Landroid/graphics/drawable/Drawable;", "GetLoadLogo_Landroid_content_pm_PackageManager_Handler")]
public virtual Android.Graphics.Drawables.Drawable LoadLogo (PackageManager pm)

Parameters

pm
A PackageManager from which the logo can be loaded; usually the PackageManager from which you originally retrieved this item.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve the current graphical logo associated with this item. This will call back on the given PackageManager to load the logo from the application.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9