• Zak@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    I suppose the distinctions between the OS and “just an app” are blurred on any OS. One might argue anything that isn’t the kernel is just userland software on conventional Linux.

    On Android, anything a third party could deliver without system or root privileges is “just an app”. That includes keyboards, launchers, messaging apps, image editors, and smarthome device managers, but not direct management of network connections, notifications, or direct interaction with other apps (i.e. outside of intents or over the network).

    If you’ve used an Android device with root access, you’ve seen things that fail this test. Anything that needs root to work can’t be delivered to most Android users unless it’s part of the OS or a system app.

    • boonhet@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      I feel like Android and Linux (being that it’s what Android itself is based on) do the whole “everything is an app” much better than, say, Windows. On Windows, generally speaking, your entire desktop experience is built-in and so tightly coupled that it’s hard to switch it out. On Linux, you don’t NEED a GUI at all, but if you want one, you’ll have a display server, a window manager, etc. On Android, at least without the desktop mode, the base GUI is the launcher, which is just an app.

      System apps that require root access are still apps. Of course the kernel isn’t really an app and I don’t think Google Play Services fits most people’s definitions of an app. System libraries aren’t apps. So those are the parts that you could consider true “OS updates” as opposed to “app updates”, but since the “apps” part of the system (if you include system apps) is so much more visible to the user, an OS update will seem like it’s mostly a bunch of app updates.