Good. Android 6 came out in 2015 and 98.4% of devices in use now are at or above that level.. The only reason developers would have to target an API level that low in 2024 is to exploit something.
It’s not good. This affects only apps that have been abandoned for various reasons, such as dead developers, now defunct companies, developers that lost interest etc. There are tons of still very useful apps and of course tens of games that I already lost access to when I bought my S23, and now this means even more apps and games (and this list will only get larger with every new update)
There is no reason to artificially break new apps. Could you imagine if Windows 11 could run only software made in the last 5 years? It would be a nightmare. After all, no new apps can be uploaded to Play store if they don’t target a very recent version
You seem to be misinformed about what’s actually happening here. If there is a super old app you need you can still install it via adb.
This has absolutely nothing to do with the play store and its requirements. This is about preventing malware (which is typically written to target super old API levels to exploit things that weren’t patched yet) from being installed unknowingly by the user.
The design here is good. If you are tech savvy enough to use adb you can install anything you want. But this protects somebody that mistakenly thinks they are installing something safe from accidentally infecting their device.
This also means I cannot find any old app/game on play store. So even with adb (which I do not think is a good solution because it excludes 99,9% of the users, not only tech-savvy users want or need older apps) I can only install apps I know of and that I can find their apk on the internet. I cannot browse the play store for them. I cannot search for something I need, because I will never find them. And if it is a paid app/game? Well, tough luck, I have to go find a cracked apk in shady marketplaces… So much so for security.
If they really do this for security, it could have been a switch in the developer settings or anything like that. Not a hard ban on older apps
One example is JointPics, a really great app that doesn’t seem to have any replacement. It’s made for joining multiple pictures together, with all the proper scaling options, resolution limiting and output quality settings.
It still works just fine. It does have a border as it’s not made for phones with aspect ratio wider than 16:9, but that doesn’t limit its use.
Oh, and Android is also used on some embedded devices which may need to use outdated software. Thankfully it can still be installed via adb, so it shouldn’t be a big deal. At least until Android drops 32 bit app support.
I wonder if this usage captures vehicles as well. I know the 2016 Honda I owned was running android 4.4 or so.
@evo
Android has great backwards compatibility.
Targeting above that level isn’t too much to ask.
@FragmentedChicken @android