As far as I’ve noticed, using getFilesDir() to store data (camera captures in my case) is somewhat temporary. I say somewhat because if I close and reopen the app, I’m able to access the directory and files list, but not the file itself. Is my logic wrong or is that by design? Out of the 2 methods, which is more