From 47bde42a1e741041d6357f5c414207375b6b42fe Mon Sep 17 00:00:00 2001 From: mateoeh Date: Tue, 5 Jul 2016 20:59:53 -0600 Subject: [PATCH] Use MIME types in OPML import intent filter File extensions are widely unreliable - extraneous dots in a file's path will break intent filters relying on pathPattern's wildcard character, and some applications will omit file extensions altogether when sending intents (e.g. K-9 Mail). Using MIME types will occasionally catch non-OPML files in the filter, but it is currently the best option available. Fixes #1758 --- app/src/main/AndroidManifest.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index bccaa5668..91fe4c910 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -175,16 +175,15 @@ - - + + + + + + + + +