m8 wrote:
> Can anyone help me to understand how WebView decided which content it
> can render and which it can't? For example I am inside a webview
> select a link and if the link sends an XML file I want my application
> to handle to data instead of WebView,

That is a matter of what MIME type the file is served as. Android tries
to find something on the device that can handle that MIME type.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Development Wiki: http://wiki.andmob.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to