I have an application I built (based on OilCan) that modifies some popular webpages with basic enhancements.
When I distribute it as a .apk, I can launch my new application called MyApp that emulates the browser, editing the target pages to my liking.
Now I'd like to re-package it as a plugin for the default browser, so that if my app is installed, it runs in the base Android Webkit Browser app, instead of requiring the user to launch MyApp every time.
Is this possible? I assume so because this appears to be how Adobe Flash works -- install the .apk, extend the browsers functionality -- but also, that's a content-based plugin, rather than an add-on. I can find no documentation regarding what I want to do; any direction at all would be super helpful!
Thanks, --L