Skip to content

Instantly share code, notes, and snippets.

@sosso
Created May 23, 2011 20:44
Show Gist options
  • Save sosso/987565 to your computer and use it in GitHub Desktop.
Save sosso/987565 to your computer and use it in GitHub Desktop.
var intent = Ti.Android.createIntent({
action: 'null',
data: 'ytv://'+vguid,
packageName: 'com.keyes.youtube',
className: 'com.keyes.youtube.OpenYouTubeActivity'
});
Ti.Android.Activity.startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment