Opening my weather app this morning I was greeted by this warning:
Google has announced that, starting in 2026/2027, all apps on certified Android devices will require the developer to submit personal identity details directly to Google. Since the developers of this app do not agree to this requirement, this app will no longer work on certified Android devices after that time.
It’s the first time I hear about this, seems to be about:
Cirrus app: Github
Was this a big thing I somehow missed? I hope more devs will follow suit.
How easy is it to convert an Android app to a Linux mobile app of you’re the developer? If it’s written in JVM languages it shouldn’t be that hard right?
End-users can use e.g. waydro.id to run Android apps on Linux.
I’m not deep into Android development, but I doubt it’s possible to just port an app without basically a complete rewrite. Android has an own layer on top of the JVM, called Zygote, and there’s presumably lots of system libraries which the Android apps implicitly depend on, for handling graphics and whatnot, which make tons of assumptions about running on an Android device.
Just use a custom ROM. This sadly will affect app developers. But if you are on a custom ROM without GMS it will continue to work just fine.
Google is trying to kill custom ROMs too. Also I thought the majority of modern phones aren’t bootloader unlockable.
You can unlock the bootloader on just about every phone, just depends on how much effort you want to spend.
Ehhhh… sorta maybe. Ultimately they can’t, but they can make development more difficult.
Also Google has nothing to do with whether or not you’re bootloader is unlockable. Get a phone that is.
If you rally want to go down the whole FOSS path it does ultimately become a bit of a lifestyle.