Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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

Added in API level 3

public Bundle extras

Added in API level 3

public Drawable icon

Added in API level 3

public CharSequence label

Added in API level 3

public String packageName

Added in API level 3

public ResolveInfo resolveInfo

Added in API level 4

Public Constructors

public LauncherActivity.ListItem ()

Added in API level 3