Merge "Push delete notification when Bug reports are deleted." into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cd97d925c0
@@ -132,6 +132,7 @@ public class BugreportStorageProvider extends DocumentsProvider {
|
|||||||
if (!getFileForDocId(documentId).delete()) {
|
if (!getFileForDocId(documentId).delete()) {
|
||||||
throw new FileNotFoundException("Failed to delete: " + documentId);
|
throw new FileNotFoundException("Failed to delete: " + documentId);
|
||||||
}
|
}
|
||||||
|
getContext().getContentResolver().notifyChange(getNotificationUri(), null);
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is used by BugreportProgressService so that the notification uri shared by
|
// This is used by BugreportProgressService so that the notification uri shared by
|
||||||
|
|||||||
Reference in New Issue
Block a user