I have an app that will be installed by the user from a public webserver (outside android market).
So I hosted the apk in webserver and instructed the users to type the url to download the file and then "open" the downloaded file to install it.
But, almost 100% of users are having difficulties to do those simple tasks (they're are not familiar with technology...).
So, I decided to make a webpage that will simplify the task. The page contains a single big button that will:
- Donwload the apk;
- After download finish, start "Android's Install Dialog" to install the downloaded apk;
Dowloading file is pretty easy, but now my problem is to open the "Install dialog" from browser!
I'm totally newbie about html/javascript and I don't know how to do it (or even if this is possible).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…