alexvarboffin / bites-android

Automatically exported from code.google.com/p/bites-android
GNU General Public License v3.0
0 stars 0 forks source link

Opens xml mime type recipe file directly with Bites #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Try and get the browser to open text/xml files directly with Bites rather 
than downloading first.

Maybe submit a request for this to the android team?

Original issue reported on code.google.com by benny.ca...@gmail.com on 22 Jul 2009 at 3:29

GoogleCodeExporter commented 8 years ago
Use application/xml - text/xml is being deprecated.

Original comment by benny.ca...@gmail.com on 22 Jul 2009 at 3:30

GoogleCodeExporter commented 8 years ago
This is working from the Browser - using intent filter category BROWSABLE.
The Browser always creates intent with text/xml mime type so will just have to 
use 
this.

Original comment by benny.ca...@gmail.com on 7 Aug 2009 at 1:39

GoogleCodeExporter commented 8 years ago
Still need to open xml files from gmail attachments. Possibly open using 
contentResolver.openInputStream(uri) with uri something like "gmail-ls://..."
Some mention of this at http://groups.google.com/group/android-
developers/browse_thread/thread/081fae2e99226a30/79303e5fbde3cd27?lnk=raot

Original comment by benny.ca...@gmail.com on 7 Aug 2009 at 1:48

GoogleCodeExporter commented 8 years ago
Want this for the 1.2 release

Original comment by benny.ca...@gmail.com on 7 Aug 2009 at 1:51

GoogleCodeExporter commented 8 years ago
Done

Original comment by benny.ca...@gmail.com on 8 Aug 2009 at 1:56