Skip to content

InstallerFactory: Check for privext before checking if apk to be installed is privext

username-removed-1345 requested to merge cde/fdroidclient:privext-updates into master
  • Move the privileged extension installed check above the check whether the apk to be installed is privext.
  • This lets privext updates work when it is already installed.

Fixes https://gitlab.com/fdroid/fdroidclient/issues/911

Merge request reports