I am creating a file with this address:
Environment.getExternalStorageDirectory() + File.separator + "file.txt"
I run it on a real device. When I disconnect the device from pc and go to a file explorer program, I can see file in my route. But when I connect phone to pc and go to its drive from my computer, I cannot see the file.
What's the problem?
Thanks