Hi,

Here's an example, hope this will be useful for you:

Intent i = getPackageManager().getLaunchIntentForPackage(ai.packageName);
startActivity(i);

where ai is an instance of ApplicationInfo object, you can use following
call to get all ApplicationInfo instances:

Context.listAllApplication();

thanks

Alex

On Mon, Jun 14, 2010 at 11:10 PM, guich <guiha...@gmail.com> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

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