>
> 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 technique:

http://github.com/commonsguy/cw-advandroid/tree/master/Introspection/Launchalot/

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to