[android-developers] Force open apk file with PackageManager, avoiding application selection

2012-10-16 Thread Pascal Ehlert
Hey folks, I am working on a non-market application that is used within our company. It has an updater that downloads apks from a web server and is supposed to install them. When I use the following code (tested on Android 4.0) to open the apk, I am presented with a selection of applications

Re: [android-developers] Force open apk file with PackageManager, avoiding application selection

2012-10-16 Thread Mark Murphy
On Sat, Oct 13, 2012 at 2:16 PM, Pascal Ehlert dad...@googlemail.com wrote: I am working on a non-market application that is used within our company. It has an updater that downloads apks from a web server and is supposed to install them. When I use the following code (tested on Android 4.0)