Skip to content

Instantly share code, notes, and snippets.

@joshdover
Last active August 29, 2015 14:00
Show Gist options
  • Save joshdover/d2bf3efc2b7c029cd59e to your computer and use it in GitHub Desktop.
Save joshdover/d2bf3efc2b7c029cd59e to your computer and use it in GitHub Desktop.
MozActivity example
new MozActivity({
name: 'send',
data: {
type: 'text/plain',
text: 'Hello Android, I am a web app!'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment