From e9fec4ea3787c58715438c7e8c3679233f2fe4b1 Mon Sep 17 00:00:00 2001 From: Kevin Ruland Date: Wed, 4 Jan 2012 05:30:50 +0000 Subject: [PATCH] Fixup the intent filters for the OpenRocketViewer activity. It's not pretty but it was the only way I could find which would convince the file browser to show the OR icon with the file and be able to launch the activity correctly. --- android/AndroidManifest.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 4ea14ab71..511447edd 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -27,16 +27,30 @@ + + - + android:scheme="file" /> + + + + + +