this post was submitted on 31 Aug 2025
1513 points (98.6% liked)

Technology

74708 readers
3097 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] SuperSpruce@lemmy.zip 32 points 1 day ago (9 children)

How does this affect "second-party" apps (i.e. apps you have created yourself)? Are you still allowed to go to Android studio, make an APK, transfer it to your own phone, and install that app? If no, this spells the death of experimental indie developers on Android.

[–] nutsack@lemmy.dbzer0.com 24 points 1 day ago* (last edited 1 day ago) (6 children)

yes. from what I understand, you will get a developer key from Google, and then you will sign your APK with your key.

you'll still be able to sideload apps that have been signed with developer keys. the main point here is that Google is forcing the developer to identify themselves.

[–] drmoose@lemmy.world 19 points 1 day ago (5 children)

You don't need to sign anything just turn off play protect with 1 adb command:

adb shell settings get global package_verifier_user_consent
adb shell settings put global package_verifier_user_consent -1  # disable Play Protect
[–] essteeyou@lemmy.world 9 points 1 day ago (1 children)

I know why you included both, but saying "1 adb command" and then posting two is funny to me.

[–] drmoose@lemmy.world 1 points 17 hours ago

One gets the current value to verify it and another actually sets a new value. It's the way these commands are usually shared.

load more comments (3 replies)
load more comments (3 replies)
load more comments (5 replies)