Android file on internal storage not found

I am trying to write a file to my internal android app storage. After so much testing, I finally successfully used this method to Write / Read files to / from the internal storage of Android phone . However, when I go to data / data / package_name / files, I cannot find my package and I cannot even find MyFile.txt. In fact, I cannot find them anywhere in the internal memory. Why is this?

+3


source to share





All Articles