commit | 7c24ed6904707ea7179cb81382b7ca8d8ce85b7f | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Mon Nov 30 13:34:40 2009 -0500 |
committer | Patrick Scott <phanna@android.com> | Fri Dec 04 13:19:52 2009 -0500 |
tree | 321085c5eb4d429a430ab9f8860056057eccd8c6 | |
parent | d345c6acedb22c9408553ef9f38c196984177e6b [diff] |
Check if another Activity wants to intercept an xml mime type. WebCore treats */*+xml as content that it can render. This prevents Activities from intercepting those mime types. Check the same regular expression as DOMImplementation and then use the PackageManager to look for a matching Activity. Requires a change to webcore. Bug: 2256744