Android.Content.PM.PackageManager.GetApplicationLogo Method
Retrieve the logo associated with an application.

Syntax

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

See Also

PackageManager.GetApplicationLogo(string)

Parameters

info
Information about application being queried.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve the logo associated with an application. If it has not specified a logo, this method returns 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 9