Skip to content

Instantly share code, notes, and snippets.

@appcdr
Created August 26, 2011 15:56
Show Gist options
  • Save appcdr/1173738 to your computer and use it in GitHub Desktop.
Save appcdr/1173738 to your computer and use it in GitHub Desktop.
var intent = Ti.Android.createIntent({
action: Ti.Android.ACTION_SEND,
type: "text/plain"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment