I get the following error when I install an android app:
InstallAppProgress: Installation error code: -112
Above I see an error from the PackageManager which will be the issue, but I would like to know what -112 stand for?
From the sources:
Installation failed return code: this is passed to the
IPackageInstallObserverif the system failed to install the package because it is attempting to define a permission that is already defined by some existing package. The package name of the app which has already defined the permission is passed to aPackageInstallObserver, if any, as theEXTRA_FAILURE_EXISTING_PACKAGEstring extra; and the name of the permission being redefined is passed in theEXTRA_FAILURE_EXISTING_PERMISSIONstring extra.