2011-04-05 102 views

回答

0

使用这个。

private void playVideo(){ 
    startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("vnd.youtube:" + videoId))); 
    lastMonoSrc=5; 
} 

请标记答案。

相关问题