InheritExisting
Mode for an install session that should inherit any existing APKs for the target app, unless they have been explicitly overridden (based on split name) by the session. For example, this can be used to add one or more split APKs to an existing installation.
If there are no existing APKs for the target app, this behaves like Full.
When using INTENT_BASED installer, this mode is ignored.
Properties
Requests the system to not kill any of the package's running processes as part of a session in which splits are being added. By default, all installs will result in the package's running processes being killed before the install completes.
Package name of the app being installed. If the APKs staged in the session aren't consistent with this package name, the install will fail.