ResolveInfo.Icon Property

Definition

A drawable resource identifier (in the package's resources) of this match's icon.

[Android.Runtime.Register("icon")]
public int Icon { get; set; }
[<Android.Runtime.Register("icon")>]
member this.Icon : int with get, set

Property Value

Attributes

Remarks

A drawable resource identifier (in the package's resources) of this match's icon. From the "icon" attribute or, if not set, 0. It is set only if the icon can be obtained by resource id alone.

Java documentation for android.content.pm.ResolveInfo.icon.

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