[android-developers] Re: Invoke Download APK from my Application

2010-09-20 Thread Markus
But with this invoke I redirect to any Application on the Device that could use this URL or? This could not only be the Downloadmanager... Is there a way to download this file only by the download manager? Regards Markus -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Invoke Download APK from my Application

2010-09-20 Thread Jim Blackler
You're fighting against the way Android Intents work. The idea is that apps can register to handle certain types of content, this is what the user has chosen so it is best to not interfere with that process. In practice, an out-of-the-box handset will always send http links to the browser app,