MockPackageManager.GetActivityIcon Method

Definition

Overloads

GetActivityIcon(ComponentName)

Retrieve the icon associated with an activity.

GetActivityIcon(Intent)

Retrieve the icon associated with an Intent.

GetActivityIcon(ComponentName)

Retrieve the icon associated with an activity.

[Android.Runtime.Register("getActivityIcon", "(Landroid/content/ComponentName;)Landroid/graphics/drawable/Drawable;", "GetGetActivityIcon_Landroid_content_ComponentName_Handler")]
public override Android.Graphics.Drawables.Drawable? GetActivityIcon (Android.Content.ComponentName? activityName);
[<Android.Runtime.Register("getActivityIcon", "(Landroid/content/ComponentName;)Landroid/graphics/drawable/Drawable;", "GetGetActivityIcon_Landroid_content_ComponentName_Handler")>]
override this.GetActivityIcon : Android.Content.ComponentName -> Android.Graphics.Drawables.Drawable

Parameters

activityName
ComponentName

Name of the activity whose 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

GetActivityIcon(Intent)

Retrieve the icon associated with an Intent.

[Android.Runtime.Register("getActivityIcon", "(Landroid/content/Intent;)Landroid/graphics/drawable/Drawable;", "GetGetActivityIcon_Landroid_content_Intent_Handler")]
public override Android.Graphics.Drawables.Drawable? GetActivityIcon (Android.Content.Intent? intent);
[<Android.Runtime.Register("getActivityIcon", "(Landroid/content/Intent;)Landroid/graphics/drawable/Drawable;", "GetGetActivityIcon_Landroid_content_Intent_Handler")>]
override this.GetActivityIcon : Android.Content.Intent -> Android.Graphics.Drawables.Drawable

Parameters

intent
Intent

The intent for which you would like to retrieve an icon.

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