Intent i = new Intent();
//do all ur put extras set data's here...
i.setComponent(new ComponentName(<packageNameString>,
<fullyQualifiedClassNameOfActivity> ));
startActivity(i);

On Thu, Jun 25, 2009 at 11:29 AM, manoj <manojkumar.m...@gmail.com> wrote:

>
> can you show me some piece of code?
>
> Thanks,
> Manoj.
>
> On Jun 25, 10:49 am, Sujay Krishna Suresh <sujay.coold...@gmail.com>
> wrote:
> > yes it is possible... make use of the setcomponentname method in ur
> > intent...
> >
> > On Thu, Jun 25, 2009 at 11:16 AM, manoj <manojkumar.m...@gmail.com>
> wrote:
> >
> > > Hi,
> >
> > > How can I call an activity of app A from app B.
> >
> > > Is it possible? if so how?
> >
> > > Thanks,
> > > Manoj.
> >
> > --
> > Regards,
> > Sujay
> > Yogi Berra <http://www.brainyquote.com/quotes/authors/y/yogi_berra.html>
>  -
> > "I never said most of the things I said."
> >
>


-- 
Regards,
Sujay
Bill Cosby <http://www.brainyquote.com/quotes/authors/b/bill_cosby.html>  -
"A word to the wise ain't necessary - it's the stupid ones that need the
advice."

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