I\'ve created a file in my code, as shown below
FileOutputStream fOut = openFileOutput(\"samplefile.txt\", MODE_WORLD_READABLE); OutputStreamWriter osw = new O
The file is being saved to internal storage (see this link).
You can retrieve the path of the file with getFilesDir() (see this link).
getFilesDir()
The path is /data/data/yourapplicationpackagename/files.