...
Code Block |
---|
/sdcard/Android/data/com.company.app/files/save/appdata/save_appdata |
Compliant Solution (Save a File on
...
Internal Storage)
The following code uses the openFileOutput()
method to create "myfile"
in an application data directory with permission set to MODE_PRIVATE
so that other apps cannot access the file:
...