[android-developers] How to programatically install an app (apk)

2013-03-07 Thread JavaSrvcs
I am looking for two examples (have searched all over, found many examples and nothing works). Inside an activity, I want to be able to install an app >From the Google Play Store >From a url: http://host/path_to/app.apk I tried this: apkurl is defined above as private String apkurl = "ht

Re: [android-developers] How to programatically install an app (apk)

2013-03-07 Thread Mark Murphy
On Thu, Mar 7, 2013 at 5:52 PM, JavaSrvcs wrote: > Inside an activity, I want to be able to install an app > From the Google Play Store > From a url: http://host/path_to/app.apk These are mutually exclusive. One URL can *either* point to the Play Store *or* point to your own Web site, not both.