From a1538974d2abf2d29a3a70d018ee681bc8a517ba Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Thu, 9 Feb 2012 17:04:48 +0000 Subject: Android tweaks; attempt to trigger on .xps and .cbz files too. In theory, the changes here should make mupdf be recognised as a handler for .xps and .cbz files (and for .pdf files without the correct mimetype). In practise I can't actually make this work right on my device. I'll open a stack overflow question and ask there. --- android/AndroidManifest.xml | 41 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index a385849b..c2e74a7b 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -22,16 +22,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:label="@string/outline_title"> - -- cgit v1.2.3