client icon indicating copy to clipboard operation
client copied to clipboard

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

Open XieyilinMain opened this issue 1 year ago • 2 comments

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.

XieyilinMain avatar Apr 30 '24 04:04 XieyilinMain

The same problem is with my own application PPPPutSettings.

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

henrichg avatar May 12 '24 00:05 henrichg

I see this for https://github.com/ActivityWatch/aw-android/issues/136#issue-3313772020 in 0.6.6. However, I've confirmed that it does install (and appears to operate):

Droid-ify Elsewhere
Image Image

Why should Droid-ify prevent me installing that which is installable?!

RokeJulianLockhart avatar Aug 12 '25 11:08 RokeJulianLockhart