watesoft Active Member Licensed User Longtime User Sep 14, 2017 #1 When I share jpg image from android_asset, it can't get the res;I don't want to copy them to external space,How to solve it? Attachments Share image.zip 252.6 KB · Views: 263
When I share jpg image from android_asset, it can't get the res;I don't want to copy them to external space,How to solve it?
Erel B4X founder Staff member Licensed User Longtime User Sep 14, 2017 #2 It will not work. You will need to copy it to File.DirDefaultExternal or a similar path. I'm not sure but it might work with FileProvider and File.DirInternal. Upvote 0
It will not work. You will need to copy it to File.DirDefaultExternal or a similar path. I'm not sure but it might work with FileProvider and File.DirInternal.
watesoft Active Member Licensed User Longtime User Sep 16, 2017 #3 Thanks to Erel, eventually I copy it to File.DirDefaultExternal and use MESShareLibrary. https://www.b4x.com/android/forum/threads/share-library-beta.13915/#content Attachments Share image.zip 249.8 KB · Views: 283 Upvote 0
Thanks to Erel, eventually I copy it to File.DirDefaultExternal and use MESShareLibrary. https://www.b4x.com/android/forum/threads/share-library-beta.13915/#content