I used Agraham's ManageExternalStorage class https://www.b4x.com/android/forum/t...ernal-external-storage-sdk-30.130411/#content to save and load common files by two applications. I can save to and read from Download folder, I see with file explorer the files that were saved by both apps, but each application sees only the files that were saved by it, not achieving the target to be able to use each other files.
It looks like the app stamp the saved file so that other apps will not see it...
Edit: The apps actually save 2 files every time - a .dat and a .png. The problem above is for the dat files, the pictures do appear in both apps. The reported error when trying to load the file by code (not through the dialog) is permission denied.
It looks like the app stamp the saved file so that other apps will not see it...
Edit: The apps actually save 2 files every time - a .dat and a .png. The problem above is for the dat files, the pictures do appear in both apps. The reported error when trying to load the file by code (not through the dialog) is permission denied.
Attachments
Last edited: