AC
Size: a a a
AC
AC
Е
Е
=
=
=
ЕТ
private void commitToFile(String mytext) throws IOException {
final String entryString = new String(mytext);
FileOutputStream fOut = openFileOutput("/storage/emulated/0/test.txt", MODE_APPEND);
OutputStreamWriter osw = new OutputStreamWriter(fOut);
osw.write(entryString);
osw.flush();
osw.close();
}
ЕТ
Е
ЕТ
Е
ЕТ
ЕТ
Е
Е
Т
ЕТ
Е
Т