+ String localPath = mFile.getStoragePath();\r
+ if (localPath == null || localPath.length() <= 0) {\r
+ localPath = FileStorageUtils.getDefaultSavePathFor(mAccount.name, mFile);\r
+ }\r
+ intent.putExtra(FileObserverService.KEY_CMD_ARG, localPath);\r