Push delete notification when Bug reports are deleted. am: 86805aa3af

am: 64146c5d24

Change-Id: I6c9837068616943b72223556842d6570adc4c90b
This commit is contained in:
Ben Lin
2016-08-30 02:24:20 +00:00
committed by android-build-merger

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