On Thu, Sep 9, 2010 at 1:47 AM, Kristopher Micinski <[email protected]> wrote: > For a while now I have been trying to communicate with the android > browser. Let me describe my situation: > I need to, when a user clicks views a page (downloads a page, > actually!), be able to get the HTML content of this page, or at the > very least, the URL of this page. I then need my app to go and do some > work with the contents of this page.
If you are referring to the Browser application (or any third-party browser), this would be a serious privacy violation. > I have tried quite a bit of solutions. I tried storing info from the > page into a cookie, but you can't access the cookie store from an > external application (I don't think.) Correct. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://skillsmatter.com/go/os-mobile-server -- 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

