Hello all, 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? Any suggestions will be highly appreciated. Best regards, Aaron
