I\'ve created a file in my code, as shown below
FileOutputStream fOut = openFileOutput(\"samplefile.txt\", MODE_WORLD_READABLE); OutputStreamWriter osw = new O
If you googled you could find this site link
which mentions
Android allows to persists application data via the file system. For each application the Android system creates a data/data/[application package] directory.