Thanks. Can you also tell me how can I specify recipient of my message
when I start the intent?



2009/6/8 Jack Ha <jack...@t-mobile.com>:
>
> 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 <nathan.charles.sum...@gmail.com>
> 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 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