Skip to content

Set installer package name to privext if using that

  • 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

Fixes https://gitlab.com/fdroid/privileged-extension/issues/23 Same as https://gitlab.com/fdroid/fdroidclient/merge_requests/454 but for stable (as the code is slightly different)

Merge request reports