Vérifiez si file.properties est sortie Android

File file = new File(fileDirectory, "file.txt");
if (file.exists()) {

}
The Mighty Sion