One pointer I can give you is plug your phone to the debugger so that you can see log events, and find an app or something that triggers the YouTube app. See the intents used and that way you could theoretically figure out what intents to use.... :P
-Moto On May 22, 1:35 pm, Yenchi <[email protected]> wrote: > Hi All, > I am wondering if anyone know there's any documentation on what > intent does the YouTube App takes? I believe YouTube App doesn't > support youtube playlist and I am trying to fill that gap by parsing > the YouTube playlist feed into individual video IDs and feed them to > YouTube App. However, after the clip ends, the activity goes to show > related video. Does anyone know if there's any way to tell YouTube > App to end immediately after playing the video specified in > vnd.youtube:VideoId? Any pointers will be appreciated! > > -- > 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 > 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 [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

