Where are the raw Android files stored?

I want to know when we put images or videos in the source directory, where exactly are they saved and are they available from the application?

Edit: I realized that internal files cannot be accessed unless the device is rooted or with some apps ... now my question is the ability to access the source files in the rooted device? If so, what is the best way to protect files and prevent others from using something from within the application without encrypting the files?

+3


source to share


1 answer


As @greenapps commented , the resource files do not lie on the filesystem. We cannot view device directories and files from phone, computer, etc., because they were packed with .apk.



0


source







All Articles