I want to make a folder on external memory (maybe on an SD card) confidential or secure, so that only my application / process can access this folder.
Can I do it? if yes, please let me know?
my requirement: I can use the internal memory of Android to store the files / data of the application, but this can reduce the internal memory of the phone (which can cause problems, such as lack of space for installing other applications, etc.).
source share