Push delete notification when Bug reports are deleted.
am: 86805aa3af
Change-Id: I1bd1544f5a3848077cb98faf184e99a9c22f1771
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user