I want to share link, from my android application, from java, is have use something like this:
Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType("text/plain");
intent.putExtra(Intent.EXTRA_TEXT, "http://www.example.com");
To open snadart chooser for facebook\twitter\email\etc. I heve not ideas, how to to do it from openfl android application.