From 25061ab07ca8b07e49da8a832753ddb921da4422 Mon Sep 17 00:00:00 2001 From: Coffeemakr Date: Tue, 31 Oct 2017 10:11:31 +0100 Subject: [PATCH] Add root-path /storage (fixes #707) See https://stackoverflow.com/questions/32333094/android-fileprovider-for-ext-sdcard for why this solution migth work. --- app/src/main/res/xml/provider_paths.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/xml/provider_paths.xml b/app/src/main/res/xml/provider_paths.xml index ffa74ab56..7c55d5a29 100644 --- a/app/src/main/res/xml/provider_paths.xml +++ b/app/src/main/res/xml/provider_paths.xml @@ -1,4 +1,5 @@ + \ No newline at end of file