vote up 0 vote down star

Hello, I was wondering what is the intent for downloading URLs? In the browser, it will download stuff with a little notification icon. I was wondering if I can use that intent (and what it is). Thanks, Isaac Waller

flag

I honestly have no idea what you are asking here, please clarify. – Chris Ballance Feb 8 at 5:43

2 Answers

vote up 2 vote down check

What are you trying to do? If your app wants to download a file you can use the UrlConnection code. If you want to download a package then ACTION_PACKAGE_INSTALL should do what you want.

link|flag
I know, but the browser has a download - notification - thingy and I thought if it was a public intent I could just use it instead. I guess I will have to do it manually. Thanks, Isaac – Isaac Waller Feb 8 at 6:19
vote up 1 vote down

Have a look here at all the Android Intents.

link|flag
That is good but there is no one that starts a download (maybe the browser one, I will try that). Thanks anyway. – Isaac Waller Feb 8 at 6:00
No, the browser one does not work - thanks anyway. I may have to do it manually. – Isaac Waller Feb 8 at 6:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.