What Is Android?
Android is the most-used operating system on Earth, and most people who use it have never thought about what it actually is. The short version: it is Linux underneath, Java on top, and a business model that lets every phone maker ship their own version.
Android is the operating system that runs the phone you're probably reading this on, unless you're holding an iPhone. It powers somewhere north of 70% of every smartphone in use globally, more than 2 billion active devices, and it's free in the sense that any phone maker can take it, modify it, and ship it on their hardware without paying Google a license fee. That last detail is the one that explains why Android phones look and feel so different from each other, and it's the part most explainers gloss over.
Strip Android down and you find a Linux kernel at the bottom (the same family of kernel that runs on most servers on the internet), a runtime called ART that executes Java-like code on top, and a stack of system services and apps written by Google. That stack is open source and goes by the name AOSP, the Android Open Source Project. AOSP is what Samsung, Xiaomi, OnePlus, Motorola, and every other Android manufacturer fork to build their own version.
Why Every Android Phone Looks Different
On an iPhone, Apple makes the chip, the OS, the app store, and the phone itself. There is one company in the loop, and the experience is identical from the cheapest model to the most expensive. On Android, the chip might come from Qualcomm or Samsung or MediaTek, the OS is forked from AOSP, the manufacturer adds their own "skin" on top (Samsung's One UI, Xiaomi's MIUI, OnePlus's OxygenOS), and the app store is usually Google Play but sometimes a manufacturer's own. Three or four companies are in the loop, and the experience varies wildly across them.
That fragmentation is the trade-off. You get more choice, more price points, more form factors, and more freedom to customize. You also get inconsistent update cycles, because every layer in that stack has to ship its own update before the version on your phone moves. A Pixel gets the new Android version on day one. A mid-tier Samsung might get it nine months later. A budget phone from a smaller brand might never get it at all.
Google Play Services Is the Real Product
The Android most people use isn't actually pure AOSP. It's AOSP plus a layer called Google Play Services, which is closed-source and licensed to manufacturers who agree to a few rules (preinstall the Google apps, default search to Google, run the Play Store). Play Services is what handles location APIs, push notifications, in-app payments, sign-in with Google, and most of the "just works" layer that apps depend on.
That's why the Huawei phones that lost access to Play Services after the 2019 US export restrictions felt so broken, even though the underlying AOSP was identical. Pure AOSP is technically Android. The Android consumers actually use is the AOSP plus Google's commercial layer on top, and that layer is the part Google quietly monetizes.
What This Means If You're Buying One
The practical takeaway: when you buy an Android phone, you're really buying a manufacturer's interpretation of Android. A Samsung Galaxy and a Pixel are both Android, but they run different launchers, ship different default apps, get updates on different schedules, and have meaningfully different battery and camera tuning. Reviewers who say "Android does X" are usually reviewing one specific manufacturer's version. Pixel is the closest thing to Google's vision of Android. Samsung is the closest thing to a parallel platform with its own apps and services. Everything else lives somewhere in between.
Worth understanding, even casually, because it explains why your friend's Android phone feels so different from yours despite both being "Android," and why update reliability has been one of the harder problems for the platform to solve at scale.
Written by
Tech Talk News Editorial
Tech Talk News covers engineering, AI, and tech investing for people who build and invest in technology.