this post was submitted on 20 Sep 2025
747 points (99.7% liked)

Privacy

41983 readers
715 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

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:

Tech crunch article from august, "google will require developer verification for android apps outside the play store"

Cirrus app: Github

Was this a big thing I somehow missed? I hope more devs will follow suit.

you are viewing a single comment's thread
view the rest of the comments
[–] daniskarma@lemmy.dbzer0.com 29 points 3 days ago (2 children)

I think you could still adb install unverified apps into your phone.

That untill they'll block that path too.

Also I suppose that you'll need to adb every update. So apps that would want to go this way should self check updates instead of relying on an external store.

[–] flyhunter@lemmy.world 1 points 2 days ago

Do you think obtanium + shizuku could help uptating the apps with less attrition?

[–] pugnaciousfarter@literature.cafe 2 points 3 days ago (1 children)
[–] daniskarma@lemmy.dbzer0.com 5 points 3 days ago (1 children)

Android Debug Bridge. It is a way to control the device via command line, mainly from an external computer. Among other things allows for app installation. It's one of the main ways to test and debug apps while being developed.

[–] pugnaciousfarter@literature.cafe 2 points 3 days ago* (last edited 3 days ago)

Oh okay, thanks.