Periksa apakah file.properties keluar dari Android

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

}
The Mighty Sion