to top
Android APIs
public static class

LauncherActivity.ListItem

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

Class Overview


An item in the list

Summary


Fields
public String className
public Bundle extras
public Drawable icon
public CharSequence label
public String packageName
public ResolveInfo resolveInfo
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