if (intent.getAction().equals(FileDownloader.DOWNLOAD_FINISH_MESSAGE) &&
new File(downloadPath).exists()) { // the download could be successful, or not; in both cases, the file could be down, due to a former download or upload
observer.startWatching();
if (intent.getAction().equals(FileDownloader.DOWNLOAD_FINISH_MESSAGE) &&
new File(downloadPath).exists()) { // the download could be successful, or not; in both cases, the file could be down, due to a former download or upload
observer.startWatching();