PackageManager.DefaultActivityIcon Property

Definition

Return the generic icon for an activity that is used when no specific icon is defined.

public abstract Android.Graphics.Drawables.Drawable DefaultActivityIcon { [Android.Runtime.Register("getDefaultActivityIcon", "()Landroid/graphics/drawable/Drawable;", "GetGetDefaultActivityIconHandler")] get; }
[<get: Android.Runtime.Register("getDefaultActivityIcon", "()Landroid/graphics/drawable/Drawable;", "GetGetDefaultActivityIconHandler")>]
member this.DefaultActivityIcon : Android.Graphics.Drawables.Drawable

Property Value

Drawable Image of the icon. This value cannot be null.

Attributes

Remarks

Return the generic icon for an activity that is used when no specific icon is defined.

Android reference for android.content.pm.PackageManager.getDefaultActivityIcon.

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