Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CS: External Storage fixed to Internal Storage

...

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:

...