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.

  • HiddenLayer555@lemmy.ml
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    23 hours ago

    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?

    • Ephera@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      12 hours ago

      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.

    • nomadjoanne@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      23 hours ago

      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.

      • HiddenLayer555@lemmy.ml
        link
        fedilink
        English
        arrow-up
        14
        ·
        edit-2
        23 hours ago

        Google is trying to kill custom ROMs too. Also I thought the majority of modern phones aren’t bootloader unlockable.

        • MML@sh.itjust.works
          link
          fedilink
          arrow-up
          3
          ·
          12 hours ago

          You can unlock the bootloader on just about every phone, just depends on how much effort you want to spend.

        • nomadjoanne@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          11 hours ago

          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.