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
This is my way.
Uri uri = Uri.parse("file://" + sharePath);