From 581f4326d5ed8750113d2726513fbcd0369333b4 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 6 Jun 2018 15:35:00 +0200 Subject: [PATCH] android: Add additional Intent filter for import Activity with MIME type mask Chrome creates such an Intent when opening downloaded files (not when directly opening them), a MIME type is set, but apparently not ours. --- .../android/app/src/main/AndroidManifest.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/frontends/android/app/src/main/AndroidManifest.xml b/src/frontends/android/app/src/main/AndroidManifest.xml index 287208238..53463fed2 100644 --- a/src/frontends/android/app/src/main/AndroidManifest.xml +++ b/src/frontends/android/app/src/main/AndroidManifest.xml @@ -83,6 +83,7 @@ + @@ -97,6 +98,22 @@ + + + + + + + + + + + + + + + +