LauncherActivityInfo
public
class
LauncherActivityInfo
extends Object
| java.lang.Object | |
| ↳ | android.content.pm.LauncherActivityInfo |
A representation of an activity that can belong to this user or a managed profile associated with this user. It can be used to query the label, icon and badged icon for the activity.
Summary
Public methods | |
|---|---|
ApplicationInfo
|
getApplicationInfo()
Returns the application info for the appliction this activity belongs to. |
Drawable
|
getBadgedIcon(int density)
Returns the activity icon with badging appropriate for the profile. |
ComponentName
|
getComponentName()
Returns the component name of this activity. |
long
|
getFirstInstallTime()
Returns the time at which the package was first installed. |
Drawable
|
getIcon(int density)
Returns the icon for this activity, without any badging for the profile. |
CharSequence
|
getLabel()
Retrieves the label for the activity. |
String
|
getName()
Returns the name for the acitivty from android:name in the manifest. |
UserHandle
|
getUser()
Returns the user handle of the user profile that this activity belongs to. |
Inherited methods | |
|---|---|
java.lang.Object
| |
Public methods
getApplicationInfo
ApplicationInfo getApplicationInfo ()
Returns the application info for the appliction this activity belongs to.
| Returns | |
|---|---|
ApplicationInfo |
|
getBadgedIcon
Drawable getBadgedIcon (int density)
Returns the activity icon with badging appropriate for the profile.
| Parameters | |
|---|---|
density |
int: Optional density for the icon, or 0 to use the default density. Use
DisplayMetrics for DPI values. |
| Returns | |
|---|---|
Drawable |
A badged icon for the activity. |
See also:
getComponentName
ComponentName getComponentName ()
Returns the component name of this activity.
| Returns | |
|---|---|
ComponentName |
ComponentName of the activity |
getFirstInstallTime
long getFirstInstallTime ()
Returns the time at which the package was first installed.
| Returns | |
|---|---|
long |
The time of installation of the package, in milliseconds. |
getIcon
Drawable getIcon (int density)
Returns the icon for this activity, without any badging for the profile.
| Parameters | |
|---|---|
density |
int: The preferred density of the icon, zero for default density. Use
density DPI values from DisplayMetrics. |
| Returns | |
|---|---|
Drawable |
The drawable associated with the activity. |
See also:
getLabel
CharSequence getLabel ()
Retrieves the label for the activity.
| Returns | |
|---|---|
CharSequence |
The label for the activity. |
getName
String getName ()
Returns the name for the acitivty from android:name in the manifest.
| Returns | |
|---|---|
String |
the name from android:name for the acitivity. |
getUser
UserHandle getUser ()
Returns the user handle of the user profile that this activity belongs to. In order to persist the identity of the profile, do not store the UserHandle. Instead retrieve its serial number from UserManager. You can convert the serial number back to a UserHandle for later use.
| Returns | |
|---|---|
UserHandle |
The UserHandle of the profile. |
Classes
- ActivityInfo
- ActivityInfo.WindowLayout
- ApplicationInfo
- ApplicationInfo.DisplayNameComparator
- ChangedPackages
- ComponentInfo
- ConfigurationInfo
- FeatureGroupInfo
- FeatureInfo
- InstrumentationInfo
- LabeledIntent
- LauncherActivityInfo
- LauncherApps
- LauncherApps.Callback
- LauncherApps.PinItemRequest
- LauncherApps.ShortcutQuery
- PackageInfo
- PackageInstaller
- PackageInstaller.Session
- PackageInstaller.SessionCallback
- PackageInstaller.SessionInfo
- PackageInstaller.SessionParams
- PackageItemInfo
- PackageItemInfo.DisplayNameComparator
- PackageManager
- PackageStats
- PathPermission
- PermissionGroupInfo
- PermissionInfo
- ProviderInfo
- ResolveInfo
- ResolveInfo.DisplayNameComparator
- ServiceInfo
- SharedLibraryInfo
- ShortcutInfo
- ShortcutInfo.Builder
- ShortcutManager
- Signature
- VersionedPackage
Exceptions