How to download application given URL and setup on android?
Example:
When the application runs, it will first control the web service to ask for a new application.
If there are any new applications, it will get the URL, downloads the file and install.
How can it be done?