user3067860
0
Q:

programmation android avoir acces à la liste des intents de partage

String messageToSend = "Ici tu entre le texte à envoyer";
Intent intent = new Intent(Intent.ACTION_SEND);
	intent.putExtra(Intent.EXTRA_TEXT,messageToSend);
	intent.setType("text/plain");
startActivity(intent);
0

New to Communities?

Join the community