본문 바로가기

Programming/android

유튜브 연결 인텐트

분홍글자부분의 아이디만 바꾸어 주면 됩니다. 

Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("vnd.youtube:youTubeId"));
startActivity(i);