+
+ } else if (action.equals(ACTION_DOWNLOAD_FOLDER)) { // TODO remove when sync of folders is good enough
+ // Download folder (all its descendant files are downloaded)
+ String remotePath = operationIntent.getStringExtra(EXTRA_REMOTE_PATH);
+ operation = new DownloadFolderOperation(
+ this,
+ remotePath,
+ account,
+ System.currentTimeMillis()
+ );
+