From da60cac833c374e8c2f7affe63008b56466c28bd Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Tue, 28 Aug 2018 11:14:46 -0700 Subject: [PATCH] Fix PersistentBlobProvider problems with external storage. If the user has an external SD card set as their default storage (notably on a Huawei device, like the Huawei Mate 10 Lite), then PersistentBlobProvider will try to write a file to the SD card, but would fail to generate a URI for it due to us missing a line in our FileProvider setup. This just adds that missing entry. Special thanks to @aleb2000 for digging into this! Fixes #8144 Fixes #7726 --- res/xml/file_provider_paths.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/xml/file_provider_paths.xml b/res/xml/file_provider_paths.xml index 77df3dcae2..c913a472c9 100644 --- a/res/xml/file_provider_paths.xml +++ b/res/xml/file_provider_paths.xml @@ -3,6 +3,7 @@ +