From b22e2b259bc0e6287bbcdec4a13bb84689d1c08f Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Sat, 3 Feb 2018 12:47:14 -0600 Subject: manifest: Add permission to read external storage This fixes support for file managers that don't proxy the file access from the file selection dialog through a content provider, and just return a raw file:// URL. In this case, resolver.openInputStream() tries to open the file directly, and fails with "Permission denied". Signed-off-by: Samuel Holland --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 24eb7828..8104350f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,6 +5,7 @@ android:installLocation="internalOnly"> +