对于 android的新版本youtube api
,当尝试使用 YouTubeStandalonePlayer启动活动时, 它会以横向模式显示视频。
Intent youtubeIntent = YouTubeStandalonePlayer.createVideoIntent(context, Configuration.DEVELOPER_KEY, item.getVideo().getId(), 0, true,false);
context.startActivity(youtubeIntent);
我希望视频仍然全屏显示,但使用纵向模式。