【发布时间】:2013-01-24 16:05:22
【问题描述】:
使用适用于 android 的新 youtube api,当尝试使用 YouTubeStandalonePlayer 启动 Activity 时,它会以横向模式显示视频。
Intent youtubeIntent = YouTubeStandalonePlayer.createVideoIntent(context, Configuration.DEVELOPER_KEY, item.getVideo().getId(), 0, true,false);
context.startActivity(youtubeIntent);
我希望视频仍以全屏模式显示,但采用纵向模式。
【问题讨论】:
-
问这个问题已经2年了,但不幸的是仍然没有可用的解决方案!
-
又过了一年,有什么解决办法吗?
标签: android android-youtube-api