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.
Just to clarify:
Will my apps installed from F-droid be unaffected by this?
Unclear, but they are saying it will affect side-loaded apps, and no way to bypass with Developer Options, so I would assume so.
If you don’t have Google Play Services installed, then you’re not affected. Of course, how many custom ROMs will live to that day is unknown.
The Mihon dev team has already announced that they’re going to get authorized and continue their work.
It’s… an interesting choice given what they’re working on, but they also took steps to stay legal
Even apps installed outside the Play Store will need to have a “verified developer”, and this change will affect any devices that use Google Play Services, so it will be a problem even to old devices.
I don’t personally have Google Play Services installed but I can see how devastating this could be to open source on Android.
There won’t be Fdroid on Google OS phones period
From what I gather, yes. But will you be allowed to install F-Droid? No.
I’ve heard that it will still be possible to install unverified apps via ADB, so theoretically it wouldn’t be hard to make an app installer that uses Shizuku (tool that allows you to ADB into your own device) and have a website that automatically installs that using WebUSB or something
app manager can already work as an app installer, but it needs wireless debugging enabled which can be a security risk. and you have to install app manager too somehow.