import eu.alefzero.owncloud.authenticator.AccountAuthenticator;\r
import eu.alefzero.owncloud.db.ProviderMeta.ProviderTableMeta;\r
import eu.alefzero.owncloud.files.interfaces.OnDatatransferProgressListener;\r
+import eu.alefzero.owncloud.syncadapter.FileSyncService;\r
import eu.alefzero.webdav.WebdavClient;\r
\r
public class FileDownloader extends Service implements OnDatatransferProgressListener {\r
public static final String EXTRA_FILE_PATH = "FILE_PATH";\r
public static final String EXTRA_REMOTE_PATH = "REMOTE_PATH";\r
public static final String EXTRA_FILE_SIZE = "FILE_SIZE";\r
+ public static final String ACCOUNT_NAME = "ACCOUNT_NAME"; \r
private static final String TAG = "FileDownloader";\r
\r
private NotificationManager mNotificationMngr;\r
end.putExtra(EXTRA_REMOTE_PATH, mRemotePath);\r
end.putExtra(EXTRA_FILE_PATH, file.getAbsolutePath());\r
end.putExtra(EXTRA_DOWNLOAD_RESULT, download_result);\r
+ end.putExtra(ACCOUNT_NAME, mAccount.name);\r
sendBroadcast(end);\r
\r
if (download_result) {\r