Share via


MockPackageManager.GetApplicationIcon Method

Definition

Overloads

GetApplicationIcon(ApplicationInfo)

Retrieve the icon associated with an application.

GetApplicationIcon(String)

Retrieve the icon associated with an application.

GetApplicationIcon(ApplicationInfo)

Retrieve the icon associated with an application.

[Android.Runtime.Register("getApplicationIcon", "(Landroid/content/pm/ApplicationInfo;)Landroid/graphics/drawable/Drawable;", "GetGetApplicationIcon_Landroid_content_pm_ApplicationInfo_Handler")]
public override Android.Graphics.Drawables.Drawable? GetApplicationIcon (Android.Content.PM.ApplicationInfo? info);
[<Android.Runtime.Register("getApplicationIcon", "(Landroid/content/pm/ApplicationInfo;)Landroid/graphics/drawable/Drawable;", "GetGetApplicationIcon_Landroid_content_pm_ApplicationInfo_Handler")>]
override this.GetApplicationIcon : Android.Content.PM.ApplicationInfo -> Android.Graphics.Drawables.Drawable

Parameters

info
ApplicationInfo

Information about application being queried.

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

GetApplicationIcon(String)

Retrieve the icon associated with an application.

[Android.Runtime.Register("getApplicationIcon", "(Ljava/lang/String;)Landroid/graphics/drawable/Drawable;", "GetGetApplicationIcon_Ljava_lang_String_Handler")]
public override Android.Graphics.Drawables.Drawable? GetApplicationIcon (string? packageName);
[<Android.Runtime.Register("getApplicationIcon", "(Ljava/lang/String;)Landroid/graphics/drawable/Drawable;", "GetGetApplicationIcon_Ljava_lang_String_Handler")>]
override this.GetApplicationIcon : string -> Android.Graphics.Drawables.Drawable

Parameters

packageName
String

Name of the package whose application icon is to be retrieved.

Returns

Attributes

Exceptions

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to