From 3e5b6a31f72d195e657936809844aeac5ffb4c37 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 21 Feb 2022 22:08:34 -0300 Subject: [PATCH] Fix Android file preview (#5992) --- android/app/src/main/AndroidManifest.xml | 4 ++++ .../app/src/main/res/xml/file_viewer_provider_paths.xml | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 android/app/src/main/res/xml/file_viewer_provider_paths.xml diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f3a546705..6fce38562 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -86,5 +86,9 @@ + + + + diff --git a/android/app/src/main/res/xml/file_viewer_provider_paths.xml b/android/app/src/main/res/xml/file_viewer_provider_paths.xml new file mode 100644 index 000000000..56890bb26 --- /dev/null +++ b/android/app/src/main/res/xml/file_viewer_provider_paths.xml @@ -0,0 +1,8 @@ + + + + + + + +