mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
#819: sending files to owncloud from another app: only upload, no copy
This commit is contained in:
parent
459bd1e9d0
commit
69bbb5c8cb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue