2011-04-05 2 views

답변

0

사용

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

답변을 표시하십시오.

관련 문제