|
@@ -483,12 +483,6 @@ public class FileContentProvider extends ContentProvider {
|
|
|
db.endTransaction();
|
|
|
}
|
|
|
getContext().getContentResolver().notifyChange(uri, null);
|
|
|
-
|
|
|
- // Get parentId to notify the change
|
|
|
- long parentId = getParentId(uri);
|
|
|
- // Notify the change to the parent folder
|
|
|
- notifyChangeToParentUri(parentId);
|
|
|
-
|
|
|
return count;
|
|
|
}
|
|
|
|