I'm essentially resurrecting a thread in this same forum from back in 2009:
http://tinyurl.com/4hc7uj7 (it no longer allows posts). In it, the OP asked: > I want to implement an URL filter in current android browser to > intercept urls before the user actually browse the page. > One thing that came to my mind is to write a WebKit plugin, which > implies that I might need to download android source and do this at > firmware level. > > Is it possible to implement this at SDK level? Or should I try NDK? At the time, the consensus was that this was not possible with the SDK or NDK. I'm wondering now if anything in that regard has changed. In particular, I'm aware of one or more apps that claim to provide "safe browsing" (e.g. parental controls) and I'm wondering how they can do this without being able to intercept the URLs that are being requested by the browser. Is there a way to hook into the android browser events now? -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" 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-security-discuss?hl=en.
