Loading packages/Shell/src/com/android/shell/BugreportStorageProvider.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
packages/Shell/src/com/android/shell/BugreportStorageProvider.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading