Android.Content.PM.PackageItemInfo Class
Base class containing information common to all package items held by the package manager.

See Also: PackageItemInfo Members

Syntax

[Android.Runtime.Register("android/content/pm/PackageItemInfo", DoNotGenerateAcw=true)]
public class PackageItemInfo : Java.Lang.Object

Remarks

Base class containing information common to all package items held by the package manager. This provides a very common basic set of attributes: a label, icon, and meta-data. This class is not intended to be used by itself; it is simply here to share common definitions between all items returned by the package manager. As such, it does not itself implement Parcelable, but does provide convenience methods to assist in the implementation of Parcelable in subclasses.

[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 1