this post was submitted on 10 Jun 2025
194 points (100.0% liked)
Technology
71314 readers
3524 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- 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
view the rest of the comments
Everything in Android is an app tbh, even the launcher is a completely normal app.
The launcher is, but not everything new in Android 16 could be just an app. The new desktop mode, for example likely requires much deeper integration with the OS.
I mean yeah, you're right about the desktop mode, but 90% of new user facing features are going to be in one app or another generally.
Technically the desktop mode itself might also be an app, though a window manager or desktop environment isn't something we conventionally think of as an app.
No idea when I'll get to touch a new enough Android to play with it. My old Oneplus is on shaky custom rom support and my daily driver is an iPhone (which will likely get much longer software support and is newer to begin with)
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.
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.