Download, Installing and Delete .apk file on android device programmatically from a website other than marketplace
问题 I've developed some android games and created .apk file.. I've put these .apk files on my website (say: http://www.sush19.com/androidApp/apk/myGame1.apk) Is it possible to directly install this game when this url visit from another app onClick() event. I don't want user to download .apk fine to their sdcard and then install manually, infact the game should be installed directly to the device. I was trying below code in my another app onClick() event: Intent goToMarket = new Intent(Intent