+ // Notify MediaScanner about removed file
+ triggerMediaScan(file.getStoragePath());
+
+ // Notify MediaScanner about new file/folder
+ triggerMediaScan(defaultSavePath + targetPath);
+
+ Log_OC.d(TAG, "uri old: " + file.getStoragePath());
+ Log_OC.d(TAG, "uri new: " + defaultSavePath + targetPath);