Is there any method for limiting the installation of an Android APK Package on an Android+ device based on a detection of whether a particular application is in the foreground? It would be nice to be able to trigger the installation of a new version of an application based on the current version not being in use so that we can avoid interrupting end users. MobiControl already can detect which app is actively in the foreground as it is one of the options for Collected Data, it would be ideal to leverage that with some sort of Filter Criteria whereby you could specify something along the lines of: If com.x.y ! in foreground, then install package.
