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
<[email protected]> 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 <[email protected]>
> 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 [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

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

Reply via email to