[android-developers] Re: getting mainmenu applications

2009-09-22 Thread Saikat
Thanks a lot MurphyIt worked fine...Thanks a lot again. On Sep 22, 7:26 pm, "Mark Murphy" wrote: > > How can I get the list of all applications present in mainmenu and > > launch them? > > If by "mainmenu" you mean the home screen's launcher, you can use > PackageManager to find out what is

[android-developers] Re: getting mainmenu applications

2009-09-22 Thread Mark Murphy
> > How can I get the list of all applications present in mainmenu and > launch them? If by "mainmenu" you mean the home screen's launcher, you can use PackageManager to find out what is launchable and how to launch it. Here is a sample project from one of my books that illustrates the techniqu