Try this.

Intent intent = new Intent(Intent.ACTION_SEARCH);
intent.putExtra("query", "Android");
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);

Here, you will get a Chooser activity. Now when you select Youtube,
you will get video results for Android.

Thanks and Regards,
Kumar Bibek

On Mar 11, 6:28 am, "David" <[email protected]> wrote:
> Dear All,
>
>          I want launch the YouTube with specified video searching list at
> startup(e.g I want YouTube shows the video list all related with the key
> word "Susan" and "U.S" in the first page.)
>
>         But The YouTube application is not open source in Éclair, would you
> please tell me which YuTube API can implement this feature?
>
>        Thanks,
>
> Best Regards,
>
> David

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