Files
Obtainium/lib/installers
Imran Remtulla 35cd69a831 fix(install): decouple silent-install capability from background updates
canInstallSilently conflated two concepts: whether an app can be installed
without a prompt (device/app capability) and whether background updates are
enabled/allowed. This gated foreground silent installs on the background-update
toggle. Split into:
- canInstallSilently: pure capability (single APK + active installer's rules)
- canInstallSilentlyInBackground: layers the global toggle and per-app
  exemption on top, used only by the background flow

Also move the target-SDK requirement into StockInstaller, since it is specific
to the session installer and does not apply to Shizuku/external installers.
2026-07-03 23:01:55 +01:00
..