public static class

LauncherActivity.ListItem

extends Object
java.lang.Object
   ↳android.app.LauncherActivity.ListItem

Class Overview

An item in the list

Summary

Fields
public StringclassName
public Bundleextras
public Drawableicon
public CharSequencelabel
public StringpackageName
public ResolveInforesolveInfo
Public Constructors
LauncherActivity.ListItem()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String className

Since: API Level 3

public Bundle extras

Since: API Level 3

public Drawable icon

Since: API Level 3

public CharSequence label

Since: API Level 3

public String packageName

Since: API Level 3

public ResolveInfo resolveInfo

Since: API Level 4

Public Constructors

public LauncherActivity.ListItem ()

Since: API Level 3