FileOutputStream fos = openFileOutput("",MODE_PRIVATE); fos.write("private".getBytes()); fos.close();