Merge "Push delete notification when Bug reports are deleted." into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-08-29 22:55:25 +00:00
committed by Android (Google) Code Review

View File

@@ -132,6 +132,7 @@ public class BugreportStorageProvider extends DocumentsProvider {
if (!getFileForDocId(documentId).delete()) {
throw new FileNotFoundException("Failed to delete: " + documentId);
}
getContext().getContentResolver().notifyChange(getNotificationUri(), null);
}
// This is used by BugreportProgressService so that the notification uri shared by