Hi Guys, I am stuck with a situation. While loading javascript I need to identify resource and , in case it found I need to replace it with different resource e.g. in my JS if I have something like <script src="<MY_Identifier>"></script> then while loading I need to intercept it and update this with different resource. I am aware of shouldInterceptRequest() but it works only from API level 11 onwards. How can I do the same thing in earlier release.
Thanks in advance for your help -Ashutosh -- 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

