There are apps like beautiful widgets that give you a list of all of the apps installed on your phone and give you a choice of what to launch when you press a certain button. Also, the various homescreen replacements that know what acitivities are installed on the phone and how to launch them. I think that is what he is asking about. Guich if nothing else take a look at the source code for the launcher apks in the git and see how they do it.
On Jun 14, 10:15 am, Mark Murphy <[email protected]> wrote: > Most of those do not have documented Intents. You can find the right > Intents via looking at the source code, looking at LogCat output, or > perhaps on the openintents.org site. However, bear in mind that they > are all subject to change. They will not exist on some devices, and > they may not exist under their current Intents in future versions of > Android. > > > > > > On Mon, Jun 14, 2010 at 11:10 AM, guich <[email protected]> wrote: > > Hi, > > > I would like to launch some applications, like the Calculator, the > > alarm clock, the notepad, the calendar, the camcorder, the camera, the > > dialer, etc, from my application. > > > Is there an easy way to do that? Is there any place with a list of > > what are the intent names to launch them? > > > thanks > > > guich > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Mark Murphy > CommonsWare > [email protected]http://commonsware.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

