I'm trying to create a file on Android, but a letter is appearing that I do not want to be written. Note the code:
File file = new File(Environment.getExternalStorageDirectory().toString(), "Arquivo.sth");
try { file.createNewFile(); }
catch (...
asked by
13.07.2015 / 01:34