Droid-ify / client

F-Droid client with Material UI.
GNU General Public License v3.0
3.7k stars 79 forks source link

Identify low-target-api-version apps as incompatible on Android 14 #723

Open XieyilinMain opened 5 months ago

XieyilinMain commented 5 months ago

Is your feature request related to a problem? Please describe. Some apps that target api is below 23 (e.g. io.github.muntashirakon.setedit) are unable to be installed on Android 14 due to systemwide limitation, except using a third-party apk installer like InstallerX.

Describe the solution you'd like If the Android version is 14 and above, identify the app version as incompatible.

Describe alternatives you've considered Popup a msgbox to inform the compatibility problem if the app's target api is below 23 and on Android 14 or above.

Additional context Add any other context or screenshots about the feature request here.

henrichg commented 4 months ago

The same problem is with my own application PPPPutSettings.

Application InstallWithOptions supports this: https://github.com/zacharee/InstallWithOptions