inExternalFilesDir method

void inExternalFilesDir()

When this is called, it will be saved in the location that can be obtained by calling context.getExternalFilesDirs().

Implementation

void inExternalFilesDir() {
  this._inPublicDir = false;
}