setInstallerType  
  Sets InstallParameters.installerType, maintaining the following invariants:
- When on API level < 21, InstallerType.INTENT_BASED is always set regardless of the provided value; 
- When on API level >= 21 and apks contains more than one entry, InstallerType.SESSION_BASED is always set regardless of the provided value.