#819: sending files to owncloud from another app: only upload, no copy

This commit is contained in:
tobiasKaminsky 2015-09-18 17:47:23 +02:00
parent 459bd1e9d0
commit 69bbb5c8cb

View file

@ -568,6 +568,7 @@ public class Uploader extends FileActivity
intent.putExtra(FileUploader.KEY_REMOTE_FILE,
remote.toArray(new String[remote.size()]));
intent.putExtra(FileUploader.KEY_ACCOUNT, getAccount());
intent.putExtra(FileUploader.KEY_LOCAL_BEHAVIOUR, FileUploader.LOCAL_BEHAVIOUR_FORGET);
startService(intent);
//Save the path to shared preferences