Skip to content

Instantly share code, notes, and snippets.

@sosso
Created May 23, 2011 20:43
Show Gist options
  • Save sosso/987561 to your computer and use it in GitHub Desktop.
Save sosso/987561 to your computer and use it in GitHub Desktop.
Intent lVideoIntent = new Intent(null, Uri.parse("ytpl://"+YOUTUBE_PLAYLIST_ID), this, OpenYouTubeActivity.class);//public Intent (String action, Uri uri, Context packageContext, Class<?> cls) from Android doc
startActivity(lVideoIntent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment