When downloading an app from the Android Market, the app is first downloaded and then automatically installs itself.
What is the "mechanism" behind it?
I want to put an app on a private web page, but when I put a link to the apk, something like:
<a href=myapp.apk>Download</a>
and access it from the phone and click the link the file is downloaded to the phone (stays on the "download" folder). Only when I click the notification area (on the file name) it asks to be installed.
Is there some HTML code to cause the file to be installed after downloading?
What is the "mechanism" behind it?
I want to put an app on a private web page, but when I put a link to the apk, something like:
<a href=myapp.apk>Download</a>
and access it from the phone and click the link the file is downloaded to the phone (stays on the "download" folder). Only when I click the notification area (on the file name) it asks to be installed.
Is there some HTML code to cause the file to be installed after downloading?