From b2d3d476e0cdaba8cdcaf06c3cd1b5a8cd8ed084 Mon Sep 17 00:00:00 2001 From: kruland2607 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. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@270 180e2498-e6e9-4542-8430-84ac67f01cd8 --- android/AndroidManifest.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 4ea14ab7..511447ed 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -27,16 +27,30 @@ + + - + android:scheme="file" /> + + + + + +