FileDocCategorySizeDatePackage
LauncherApps.javaAPI DocAndroid 5.1 API2179Sat Mar 14 14:09:42 GMT 2015android.content.pm

LauncherApps

public class LauncherApps extends Object

Fields Summary
Constructors Summary
LauncherApps()

 throw new RuntimeException("Stub!"); 
Methods Summary
public java.util.ListgetActivityList(java.lang.String packageName, android.os.UserHandle user)

 throw new RuntimeException("Stub!"); 
public booleanisActivityEnabled(android.content.ComponentName component, android.os.UserHandle user)

 throw new RuntimeException("Stub!"); 
public booleanisPackageEnabled(java.lang.String packageName, android.os.UserHandle user)

 throw new RuntimeException("Stub!"); 
public voidregisterCallback(android.content.pm.LauncherApps$Callback callback)

 throw new RuntimeException("Stub!"); 
public voidregisterCallback(android.content.pm.LauncherApps$Callback callback, android.os.Handler handler)

 throw new RuntimeException("Stub!"); 
public android.content.pm.LauncherActivityInforesolveActivity(android.content.Intent intent, android.os.UserHandle user)

 throw new RuntimeException("Stub!"); 
public voidstartAppDetailsActivity(android.content.ComponentName component, android.os.UserHandle user, android.graphics.Rect sourceBounds, android.os.Bundle opts)

 throw new RuntimeException("Stub!"); 
public voidstartMainActivity(android.content.ComponentName component, android.os.UserHandle user, android.graphics.Rect sourceBounds, android.os.Bundle opts)

 throw new RuntimeException("Stub!"); 
public voidunregisterCallback(android.content.pm.LauncherApps$Callback callback)

 throw new RuntimeException("Stub!");