• shadow@lemmy.sdf.org
    link
    fedilink
    arrow-up
    63
    ·
    7 months ago

    I wish android natively has a roll back option to un-update apps… But that would be too user-friendly, I suppose.

    • catsup@lemmy.one
      link
      fedilink
      arrow-up
      20
      ·
      7 months ago

      No, that would use up too much storage lol. Also, 99% of people don’t update their apps manually, instead, they just let the Google Playstore handle it whenever it feels like it

    • NeatNit@discuss.tchncs.de
      link
      fedilink
      arrow-up
      9
      ·
      7 months ago

      Android doesn’t allow you to install an older version of an app over a new version. F-Droid has the UI for it but it doesn’t work, the security policy prevents the install.

      There’s probably a good reasons for that, but I can’t think of it other than the flawed reasoning of “it can’t be a good idea to roll back an update”. I’m sure even Google can imagine a situation where, say, an app update got infected with malware or something like that and it’s in everyone’s best interest to roll back to the previous version until a clean update arrives. Preventing rollback means the only way to do that is for the user to manually uninstall the app and reinstall the desired version.

      Okay, I can think of a possible reason for that policy: it prevents malware from downgrading a target app to a former (official, signed) version which can be exploited. I don’t know how realistic this scenario is, though.

      • KairuByte@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        Apps (almost) always take upgrades into consideration when it comes to migrating data. However they (almost) never take downgrades into consideration.

        This is part standard across all software. Migrating forward can already be difficult, but backwards can be impossible, especially if data was lost in the move forward.