Is it possible to know where a file which is created by
ApplicationContext.openFileOutput(filename, Context.MODE_WORLD_READABLE);
get stored? I dont need any java code to print me the path, that should be getFileStreamPath(filename)
, i just need the default storage location for such files. i didnt find any helpful things in the javadoc of android
If you have a rooted phone, have a look at /data/data. There will be a folder with your package name with all your files you've saved.
But you will need root an a root explorer to watch these files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With