From e07e988bd9ba2db63924cdc98eee3a6e6eb38873 Mon Sep 17 00:00:00 2001 From: Matt Holgate Date: Wed, 2 Jul 2014 18:16:59 +0100 Subject: Handle the application/xps mimetype. I think this is non-standard, but some applications seem to use it. The email app on Android uses it, despite the fact the original email actually embedded it as application/octet-stream. I guess the email app is looking at the filename. --- platform/android/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/android') diff --git a/platform/android/AndroidManifest.xml b/platform/android/AndroidManifest.xml index 91875e87..1e07779e 100644 --- a/platform/android/AndroidManifest.xml +++ b/platform/android/AndroidManifest.xml @@ -33,6 +33,7 @@ + -- cgit v1.2.3