I\'m developing an application that will be available from a website (market probably as well). The problem I\'m having at the moment is how to handle the updates to the app
Easiest is just to launch an Intent
to open the download URL in the Browser
. This will download the APK
and the user can then install it by clicking on it in the download manager.
You are saying that this will handle OTA separate to the market so the user should already have disabled "Allow apps from non-Market sources" when they initially installed your app.