hi
i have an activity whose intent-filter is android:mimeType="text/XXX"

so i select it on web pages , my activity will be launched
and before eclair it works well

but on eclair it fails

after checking

i found in
external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp

in function
FrameLoaderClientAndroid::canShowMimeType

it adds DOMImplementation::isTextMIMEType(mimeType) on eclair branch

so the webcore thinks it some kind of DOM so the mimeType cannot be
passed on

so i would like to ask why this check is added on eclair branch

thanks

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

Reply via email to