Thanks Dianne. I would tend to not modify browser if possible. I found a package "android.webkit." in Android API. It looks like a good starting point, but I'm not sure how could I use it? I know i can use a WebView within my application to render web pages and get URLs. But what if i just want a plugin for default browser? Very few information/example about android webkit plugin on internet. :(
Many thanks in advance for any advice, Aaron. On 7月1日, 上午1時17分, Dianne Hackborn <[email protected]> wrote: > You can't modify the browser with either the SDK or NDK. > > > > > > On Mon, Jun 29, 2009 at 7:36 PM, Aaron Li <[email protected]> wrote: > > > 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 > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them.
