From: Tobias Brunner Date: Wed, 6 Jun 2018 13:35:00 +0000 (+0200) Subject: android: Add additional Intent filter for import Activity with MIME type mask X-Git-Tag: 5.7.0dr5~20^2~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=581f4326d5ed8750113d2726513fbcd0369333b4;p=thirdparty%2Fstrongswan.git 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. --- diff --git a/src/frontends/android/app/src/main/AndroidManifest.xml b/src/frontends/android/app/src/main/AndroidManifest.xml index 287208238f..53463fed25 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 @@ + + + + + + + + + + + + + + + +