I made a little app on android where you can open (via the native file opener with filerefence.browse() it works beautifully) and save (directly to CameraRoll with addBitmapData also works perfectly) an image. Now i would like to share the saved image.
I would like to use the native android 'share picture via' popup. I found on a forum the native code for it ( Android Share Via Dialog ).
Since we cannot execute native code for mobiles as i can read from the flash doc, is there a way to get this working at all?
Share via screenshot: http://garr.me/wp-content/uploads/2009/12/sharevia.jpg
Thanks a lot for the help!