Last active
August 29, 2015 14:00
-
-
Save joshdover/d2bf3efc2b7c029cd59e to your computer and use it in GitHub Desktop.
MozActivity example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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