FileDocCategorySizeDatePackage
LauncherAppsService.javaAPI DocAndroid 5.1 API19924Thu Mar 12 22:22:42 GMT 2015com.android.server.pm

LauncherAppsService

public class LauncherAppsService extends com.android.server.SystemService
Service that manages requests and callbacks for launchers that support managed profiles.

Fields Summary
private final LauncherAppsImpl
mLauncherAppsImpl
Constructors Summary
public LauncherAppsService(android.content.Context context)

        super(context);
        mLauncherAppsImpl = new LauncherAppsImpl(context);
    
Methods Summary
public voidonStart()

        publishBinderService(Context.LAUNCHER_APPS_SERVICE, mLauncherAppsImpl);