Skip to content

Set installer package name to privext if using that

username-removed-1345 requested to merge cde/fdroidclient:uninstall into master
  • The new PackageInstaller APIs, being used by the privext on Android 7.0 and above aren't happy with uninstall being done by an app other than the original installer.
  • Set it to the privileged extension if that is enabled and being used, to make uninstalling work

Merge request reports