From: tobiasKaminsky Date: Fri, 18 Sep 2015 15:47:23 +0000 (+0200) Subject: #819: sending files to owncloud from another app: only upload, no copy X-Git-Tag: beta-20151122~4^2~15 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/69bbb5c8cbdd44be2a37a17cb4dc551866b9e867 #819: sending files to owncloud from another app: only upload, no copy --- diff --git a/src/com/owncloud/android/ui/activity/Uploader.java b/src/com/owncloud/android/ui/activity/Uploader.java index d221bc92..c792155e 100644 --- a/src/com/owncloud/android/ui/activity/Uploader.java +++ b/src/com/owncloud/android/ui/activity/Uploader.java @@ -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