ZenonZ / mixare

Automatically exported from code.google.com/p/mixare
0 stars 0 forks source link

Broken support for file:// #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a launcher with "Uri.parse("file://...."

What is the expected output? What do you see instead?
App crash with "No Activity found to handle Intent...."

What version of the product are you using? On what operating system?
mixare 0.6.4

Please provide any additional information below.
Can be fixed adding <data android:scheme="file" 
android:mimeType="application/mixare-json"/> in AndroidManifest.xml
see 
http://groups.google.com/group/mixare-development/browse_thread/thread/274e86670
a8d390a

Original issue reported on code.google.com by lepore....@gmail.com on 6 Jan 2011 at 9:51

GoogleCodeExporter commented 8 years ago

Original comment by mixare.org on 10 Jan 2011 at 3:51

GoogleCodeExporter commented 8 years ago

Original comment by mixare.org on 10 Jan 2011 at 3:57