We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-01-22 15:46:17 +0200 |
Is there something similar to Android's sharing intent in Sailfish?
In Android you can just
Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");
sendIntent.setType("text/plain");
startActivity(sendIntent);
and a sharing menu will open up. Is there anything like this?
2 | No.2 Revision |
In Browser you can share links and in Gallery let's you share photos. Is there something similar some unified way to Android's sharing intent in Sailfish?do that?
In Android you can just
Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");
sendIntent.setType("text/plain");
startActivity(sendIntent);
and a sharing menu will open up. Is there anything like this?
In Browser you can share links and in Gallery let's you share photos. Is there some unified way to do that?
In Android you can just
Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");
sendIntent.setType("text/plain");
startActivity(sendIntent);
and a sharing menu will open up. Is there anything like this?
In Browser you can share links and in Gallery let's you share photos. Is there some unified way to do that?
In Android you can just
Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");
sendIntent.setType("text/plain");
startActivity(sendIntent);
and a sharing menu will open up. Is there anything like this?