[android-developers] webview client, that intercepts requests on API 8
Hi,
I'm having an HTC desire (Android2.2.2 Froyo API 8)
and I wanted to create a custom browser (using WebViewclient), that
intercepts some url requests (<img> tags) and skips loading these images.
public WebResourceResponse shouldInterceptRequest (WebView view, String
url) seems to be what I need.
However I'm only on API 8 and the function has been introduced on API 11.
Is there any way to do what I want to do with API 8
My phone is supposed to be updatable to Gingerbread, but that brings me
only to API 9 (or 10) and still not to 11.
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home