Tuesday, February 14, 2012

Re: [android-developers] Re: How to Open app from other App

Yes ur right bro.

On Wed, Feb 15, 2012 at 11:38 AM, Kristopher Micinski <krismicinski@gmail.com> wrote:
No, his question *is* the answer, you're not reading it correctly.

You're trying to open an activity.  It's just not in your app, but you
still use startActivity...

kris

On Wed, Feb 15, 2012 at 12:52 AM, Passion Android
<passion4android@gmail.com> wrote:
> anyways thanks TreKing Its Not the answar.My question Open an Application
> From Current Application.
> Thaks For Giving effort to my question.
>
>
> On Thu, Feb 9, 2012 at 12:18 AM, Passion Android <passion4android@gmail.com>
> wrote:
>>
>> How to open a app from another  App.plz guide me i have used
>> final Intent intent = new Intent(Intent.ACTION_MAIN, null);
>>
>>  intent.addCategory(Intent.CATEGORY_LAUNCHER);
>>                                final ComponentName cn = new
>> ComponentName("packagename",
>> "class");
>>                                intent.setComponent(cn);
>>
>>  intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
>>                                startActivity( intent);
>
>
> --
> 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+unsubscribe@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+unsubscribe@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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment