cirollo Active Member Licensed User Longtime User Oct 23, 2017 #1 Hi! Following this thread https://www.b4x.com/android/forum/threads/refresh-gallery.70285/#post-446382 I would like that the photos of my app don't appear in the gallery (on samsung tab A they do). My app is installed in DirRootExternal. how can I do this? regards ciro
Hi! Following this thread https://www.b4x.com/android/forum/threads/refresh-gallery.70285/#post-446382 I would like that the photos of my app don't appear in the gallery (on samsung tab A they do). My app is installed in DirRootExternal. how can I do this? regards ciro
Erel B4X founder Staff member Licensed User Longtime User Oct 23, 2017 #2 cirollo said: My app is installed in DirRootExternal. Click to expand... Applications cannot be installed in File.DirRootExternal. Store the images in File.DirInternal. Only your app can access this folder. Upvote 0
cirollo said: My app is installed in DirRootExternal. Click to expand... Applications cannot be installed in File.DirRootExternal. Store the images in File.DirInternal. Only your app can access this folder.