Hello,
    I have an activity which is launched to process a file which is
downloaded from a website.  The site requires a login and maintains
the session via cookies.  The activity has an intent filter defined
and it is started but I do not understand how it can get the document
that was originally requested in the browser.  The intent object has
the correct scheme and uri but retrieving the file from the activity
would require a new http session and login to the web site.  Does the
browser store the file in a temporary area that can be accessed by the
activity?

  Thanks in advance.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to