Sharing audio file

前端 未结 7 1598
眼角桃花
眼角桃花 2020-12-03 03:48

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

7条回答
  •  伪装坚强ぢ
    2020-12-03 04:40

    change this line and it will support whatsapp and other apps:

    share.setType("audio/mp3");
    

    because whatsapp does not support ("audio/*"); or ("*/*");

提交回复
热议问题