File
Doc
Category
Size
Date
Package
LauncherActivityInfo.java
API Doc
Android 5.1 API
865
Sat Mar 14 14:09:38 GMT 2015
android.content.pm
LauncherActivityInfo
java.lang.Object
public class LauncherActivityInfo extends Object
Fields Summary
Constructors Summary
LauncherActivityInfo
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.content.pm.ApplicationInfo
getApplicationInfo
()
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
getBadgedIcon
(
int
density)
throw new RuntimeException("Stub!");
public
android.content.ComponentName
getComponentName
()
throw new RuntimeException("Stub!");
public
long
getFirstInstallTime
()
throw new RuntimeException("Stub!");
public
android.graphics.drawable.Drawable
getIcon
(
int
density)
throw new RuntimeException("Stub!");
public
java.lang.CharSequence
getLabel
()
throw new RuntimeException("Stub!");
public
java.lang.String
getName
()
throw new RuntimeException("Stub!");
public
android.os.UserHandle
getUser
()
throw new RuntimeException("Stub!");
Java Code Source