Buona domenica a tutti,
avete presente questo post per l'invio delle mail
https://www.b4x.com/android/forum/threads/class-fileprovider-share-files.97865/#content
citato anche da @DonManfred qui a settembre 2024 , quindi codice in teoria non obsoleto ...
Not long ago Don provided example Provider Requester Activity based communication via Intents.
Although that Activity version had some hints in it for Service based version, it took several additional steps to get it working (Service Intent must be explicit, which may reflect more on my...
So I have 2 apps set up. One sending files and the other receiving the files. The app sending the files is written in Java, while the receiving end is written in B4a.
When trying to retrieving the file from the results I get a SecurityException.
Ive been stuck on this the past few days a bit of...
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)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.