Conflict
data class Conflict @JvmOverloads constructor(val message: String?, val otherPackageName: String? = null) : InstallFailure
The operation failed because it conflicts (or is inconsistent with) with another package already installed on the device. For example, an existing permission, incompatible certificates, etc. The user may be able to uninstall another app to fix the issue.
The result may also contain otherPackageName with the specific package identified as the cause of the conflict.