Hello, Does anyone know how to actually download the file? If I do what you say, I can launch an activity when I click on a certain link in the browser, but the file does not start downloading in the download manager. I can get the url through getIntent().getData(), but I wonder if there is anyway to get the file from the download manager. (maybe using a contentProvider?)
Thank you On 4 sep, 18:12, szeldon <[EMAIL PROTECTED]> wrote: > Hi, > > Currently I'm working on a program that needs to download files using > defaultbrowser, saving them somewhere (it may be a mobile/emulator or > SD card on one of them) and then using my program with them. It would > be great if my program could react on specific filetype opened by abrowser, > but if that's not possible, I'd at least like save to them. > Opening could be done in my application. --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

