Проверьте, если File.properties выходит из Android

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

}
The Mighty Sion