FileDocCategorySizeDatePackage
LauncherActivityInfo.javaAPI DocAndroid 5.1 API865Sat Mar 14 14:09:38 GMT 2015android.content.pm

LauncherActivityInfo.java

package android.content.pm;
public class LauncherActivityInfo
{
LauncherActivityInfo() { throw new RuntimeException("Stub!"); }
public  android.content.ComponentName getComponentName() { throw new RuntimeException("Stub!"); }
public  android.os.UserHandle getUser() { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getLabel() { throw new RuntimeException("Stub!"); }
public  android.graphics.drawable.Drawable getIcon(int density) { throw new RuntimeException("Stub!"); }
public  android.content.pm.ApplicationInfo getApplicationInfo() { throw new RuntimeException("Stub!"); }
public  long getFirstInstallTime() { throw new RuntimeException("Stub!"); }
public  java.lang.String getName() { throw new RuntimeException("Stub!"); }
public  android.graphics.drawable.Drawable getBadgedIcon(int density) { throw new RuntimeException("Stub!"); }
}