App1 calls the Youtube search and can get the right result list as the 
following solution, but when press "back" key, the result list disappears, the 
Youtube's main window appears automatically, we have to press "back" again to 
come back to the App1, we just want the UI go directly to the app1 window when 
press the back key on the search result window.

Anyone knows how to skip the Main window of Youtube?

Thanks,

Best Regards,
David

-----邮件原件-----
发件人: android-developers@googlegroups.com 
[mailto:android-develop...@googlegroups.com] 代表 Kumar Bibek
发送时间: 2010年3月11日 20:12
收件人: Android Developers
主题: Re: 答复: 答复: [android-developers] Where is the source project location of 
YouTube in Eclair?


Check this link

http://tech-droid.blogspot.com/2010/03/youtube-intent-for-search-in-android.html

Thanks and Regards,
Kumar Bibek

On Mar 11, 5:01 pm, Kumar Bibek <coomar....@gmail.com> wrote:
> This works
>
> Intent intent = new Intent(Intent.ACTION_SEARCH);
> intent.setPackage("com.google.android.youtube");
> intent.putExtra("query", "Android");
> intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
> startActivity(intent);
>
> Thanks and Regards,
> Kumar Bibek.
>
> On Mar 11, 1:21 pm, "David" <android.and...@gmail.com> wrote:
>
> > Actually, I tried like this:
> > Intent intent = new Intent(Intent.ACTION_SEARCH);
> >                                                         
> > intent.setClassName("com.google.android.youtube", 
> > "com.google.android.youtube.QueryActivity");
> > intent.putExtra("query", "Susan, American");                                
> >                 
> > intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
> > startActivity(intent);
>
> > but occurred android.content.ActivityNotFoundException: Unable to find 
> > explicit activity class 
> > {com.google.android.youtube/com.google.android.youtube.QueryActivity}; have 
> > you declared this activity in your AndroidManifest.xml?
>
> > So I think I got the wrong YouTube package name and QueryActivity name.
>
> > Who know what's the exactly package name and QueryActivity name for YouTube 
> > in Éclair?
>
> > Thanks in advance.
>
> > Best Regards,
> > David
>
> > -----邮件原件-----
> > 发件人: android-developers@googlegroups.com 
> > [mailto:android-develop...@googlegroups.com] 代表 a a
> > 发送时间: 2010年3月11日 16:00
> > 收件人: android-developers@googlegroups.com
> > 主题: Re: 答复: [android-developers] Where is the source project location of 
> > YouTube in Eclair?
>
> > Dear kumar,
>
> >    David what's to invoke the yutube only, and invoke it directly, not
> > like you gave he method that list all of the activity and let user to
> > choose..
>
> > Dear David,
>
> >    i'm harvey, you konw me..haha....Do you know how to translate the        
> >                                   
> > "放長線調大魚" with english?
>
> > --
> > 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 
> > athttp://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+unsubscr...@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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to