Android.Content.PM.PackageManager.GetApplicationIcon Method
Retrieve the icon associated with an application.

Syntax

[Android.Runtime.Register("getApplicationIcon", "(Landroid/content/pm/ApplicationInfo;)Landroid/graphics/drawable/Drawable;", "GetGetApplicationIcon_Landroid_content_pm_ApplicationInfo_Handler")]
public abstract Android.Graphics.Drawables.Drawable GetApplicationIcon (ApplicationInfo info)

See Also

PackageManager.GetApplicationIcon(string)

Parameters

info
Information about application being queried.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve the icon associated with an application. If it has not defined an icon, the default app icon is returned. Does not return null.

[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 1