• SuperSpruce@lemmy.zip
    link
    fedilink
    English
    arrow-up
    24
    ·
    4 hours ago

    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
      link
      fedilink
      English
      arrow-up
      16
      ·
      edit-2
      4 hours ago

      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.

      • Dr. Moose@lemmy.world
        link
        fedilink
        English
        arrow-up
        12
        ·
        4 hours ago

        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