Hi,

I am invoking the youtube player from my app.

Intent i = new Intent(Intent.ACTION_VIEW,
Uri.parse("vnd.youtube:"+videoId));
i.putExtra("VIDEO_ID", videoId);
startActivity(i);

This opens the youtube app and plays the video in small screen and *not in
full screen.*  Can some one please guide me how to play the video app in
full screen mode for youtube.

Thanks and regards,
Ankur.

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