I have an app that exports data to be used elsewhere.
The app has the option to "Open in.." that then lists loads of destinations (apps) such as WhatsApp, Gmail, Chrome etc.
How can I include my app in that list?
I want to receive the data or the location of the data that is exported so I can send it to a destination of my choice (actually as a file upload to another device).
Hi! i have written 2 simple apps for testing fileprovider. (based on https://www.b4x.com/android/forum/threads/sharing-files-from-your-app-with-file-provider.70458/#content) 1st app to share(ACTION_SEND) 2nd app to reveice and show Each app works correct with other apps - -> but together i...
I changed to text/plain but it still isn´t offered. I also tried text/* but nothing either.
I also tried with a release app rather than debug (via B4A bridge) but no luck either.
I tried the File Provider - share files example but this doesn´t work either.
It seems it is irrelevant if the destination app is running or not. Somehow the destination app is registered as a valid destination for a file to be sent to and will be opened automatically if it is selected as the destination.