mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-07-30 09:06:35 -04:00
Because this suffix is technically not true: As per https://developer.android.com/reference/android/content/pm/PackageInstaller.SessionParams#setRequireUserAction(int) auto-update requires apps to target the current Android version minus 2. For example, apps that target SDK 33 cannot be auto-updated on Android 37, even though SDK 33 supports auto-updates. See also SessionInstallManager.isAutoUpdateSupported().