There all,
Is there a way to make an android app be installable directly through a link of a web page.
E.g. , I have a webpage called http://www.mypage.com with some links each of pointing to an app whose name is “Myapp.apk”. I would like that the user, just clicking on this link, can download and directly install it.
I have already seen around the web and I have been sugested to use some FileManager, but it is not the best solution for me.
Thanks
No, there’s no way to do this. That’s for security- otherwise you’d have every website stealth installing apps on people. You can download the apk and then use a file manager to install it, but you can’t download and install in one action through a browser.