+ } else if (ACTION_UPDATE_SHARE.equals(action)) {
+ String remotePath = operationIntent.getStringExtra(EXTRA_REMOTE_PATH);
+ String password = operationIntent.getStringExtra(EXTRA_PASSWORD_SHARE);
+ if (remotePath.length() > 0) {
+ operation = new UpdateShareViaLinkOperation(remotePath, password);
+ }
+