IM:

    Intent i = new Intent(Intent.ACTION_VIEW);
    i.setType("vnd.android.cursor.dir/im-providers");
    startActivity(i);


Google Talk:

    Intent i = new Intent(Intent.ACTION_MAIN);
    i.setComponent(new ComponentName("com.google.android.talk",
"com.google.android.talk.SigningInActivity"));
    startActivity(i);


--
Jack Ha
Open Source Development Center
・T・ ・ ・Mobile・ stick together

The views, opinions and statements in this email are those of
the author solely in their individual capacity, and do not
necessarily represent those of T-Mobile USA, Inc.



On Jun 8, 8:27 pm, Nathan Summer <[email protected]>
wrote:
> Hi,
>
> Can you please tell me how can I start an intent to launcher the IM
> application on android?
>
> Thank you.
--~--~---------~--~----~------------~-------~--~----~
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