Share action from the Corona SDK app on Android

Hi,
I’d like to know if it’s possible to add a ‘share’ action to the corona-sdk app, so on Android phone I’ll get the popup like this:
http://cdn.androidcommunity.com/wp-content/uploads/2010/03/dropbox_android_6.png

If not, are there any work arounds for this?

thanks,
[import]uid: 120659 topic_id: 33091 reply_id: 333091[/import]

Any idia, any answer? [import]uid: 211044 topic_id: 33091 reply_id: 139515[/import]

Corona does not support this. But Corona does provide an API for displaying an e-mail window with a mail attachment. This is done via our [lua]native.showPopup(“mail”)[/lua] API. On Android, it will display a dialog for choosing a mail client if more than one exists.
http://docs.coronalabs.com/api/library/native/showPopup.html

Have a look at the sample project “Networking/ComposeEmailSMS” that is included with the Corona SDK for an example.
[import]uid: 32256 topic_id: 33091 reply_id: 139524[/import]

Any idia, any answer? [import]uid: 211044 topic_id: 33091 reply_id: 139515[/import]

Corona does not support this. But Corona does provide an API for displaying an e-mail window with a mail attachment. This is done via our [lua]native.showPopup(“mail”)[/lua] API. On Android, it will display a dialog for choosing a mail client if more than one exists.
http://docs.coronalabs.com/api/library/native/showPopup.html

Have a look at the sample project “Networking/ComposeEmailSMS” that is included with the Corona SDK for an example.
[import]uid: 32256 topic_id: 33091 reply_id: 139524[/import]