infinitered / bluepotion

Like RedPotion, but for Android
MIT License
74 stars 18 forks source link

Launcher feature #67

Closed GantMan closed 9 years ago

GantMan commented 9 years ago
    # Launch native services via intent
    app.launch(sms: '5045558008')
    app.launch(tel: '5045558008')
    app.launch(web: 'http://giphy.com')
    app.launch(email: 'your@mom.com')
    app.launch(email: 'your@mom.com', subject: "Hey Chica", message: "Howdy")
    app.launch(chooser: 'I hope you have a nice day!')

takes care of request in issue #66

GantMan commented 9 years ago

This is what chooser looks like chooser

skellock commented 9 years ago

Thank you! Looking forward to using.

GantMan commented 9 years ago

ok @skellock this should be good for merge.