I\'m trying to make a button for sharing an audio file. This is not working. First I tried to send the file right from my raw folder without copying it to the card of the ph
change this line and it will support whatsapp and other apps:
share.setType("audio/mp3");
because whatsapp does not support ("audio/*"); or ("*/*");
("audio/*");
("*/*");