shareaudio

  1. M

    Android Question Share Audio Provider

    I have an application that shares audios, however, I need to upgrade it to sdk 27 using the provider This is my code Sub ShareAudioOn_Intent(folder As String,audiofile As String,intent As String) File.Copy(folder,audiofile,sFolder,audiofile)...
Top