Fire TV
Fire OS 16 Appears in Amazon's Developer Docs, Built on Android 16
Amazon has quietly published developer documentation for Fire OS 16, based on Android 16 (API level 36), adding another current Fire OS branch for Fire TV smart TVs while new Fire TV Sticks move to Vega OS.
Amazon has quietly added another operating system to the Fire TV map.
Newly published documentation on Amazon’s Fire TV developer portal describes Fire OS 16, based on Android 16. The pages were spotted in late May 2026 and reported by AFTVnews and 9to5Google. Amazon has not made a consumer announcement, named a release date, or confirmed which devices will ship with it. The confirmed part is the documentation itself: a new Fire OS version, a new API level, and a new set of developer requirements.
It arrives only weeks after Amazon’s 2026 Fire TV lineup was already split across Vega OS 1.1, Fire OS 14, and Fire OS 8. Fire OS 16 adds yet another current branch.
A new Fire OS branch, based on Android 16
Amazon’s developer page states that Fire OS 16 is based on API level 36 and incorporates updates from Android 15 (API 35) and Android 16 (API 36).
For context, Amazon’s own Fire OS overview already lists Fire OS 5 (Android 5.1), Fire OS 6 (Android 7.1), Fire OS 7 (Android 9), Fire OS 8 (Android 11), and Fire OS 14 (Android 14). Fire OS 16 now sits at the top of that list, mapped to Android 16.
So the current Fire OS family does not stop at Fire OS 14 anymore. The numbering also continues to follow Android version numbers rather than a simple sequence.
Smart TVs get Fire OS, Sticks get Vega
The split between Amazon’s two software platforms is getting sharper, not simpler.
Amazon has already confirmed that future Fire TV Sticks will run Vega OS, its newer Linux-based platform, rather than the Android-based Fire OS branch. The Fire TV Stick 4K Select and the Fire TV Stick HD are the two Vega sticks documented so far.
Fire OS 16, by contrast, is positioned for the smart TV side of the lineup, following Fire OS 14, which arrived on select Fire TV smart TVs earlier in 2026. Amazon has not said which smart TVs will receive Fire OS 16, and it has not stated what a future Fire TV Cube would run.
That leaves a clearer division of branches:
- New Fire TV Sticks: Vega OS
- Fire TV smart TVs: Android-based Fire OS (Fire OS 14, and now Fire OS 16)
- Fire TV Cube successor: not yet confirmed
An unusually fast jump from Fire OS 14
The timing is the surprising part.
Historically, Amazon let years pass between an Android release and the matching Fire OS version. Fire OS 8 is based on Android 11. Fire OS 7 is based on Android 9. The gap between the Android release and the Fire OS that used it was often two to three years.
Fire OS 14, based on Android 14, only reached its first Fire TV smart TVs a couple of months before the Fire OS 16 documentation appeared. Jumping from Fire OS 14 to a Fire OS 16 built on Android 16 in that short a window is a much faster cadence than Fire TV watchers are used to.
A faster cadence also means more Fire OS branches are active at the same time, so “newest Fire TV smart TV” no longer points to a single, predictable OS.
What developers are told to change
The Fire OS 16 documentation reads like a normal Android API-level bump, with the platform-specific quirks Fire TV always carries. Amazon’s page highlights several changes for apps targeting the new release:
- Target API level: Amazon recommends setting
targetSdkVersionto 36. - Edge-to-edge display: On API 36, the opt-out theme attribute that previously let apps avoid edge-to-edge layout is ignored, so apps need to handle insets with the
WindowInsetsCompatAPIs. - Local network permission: Apps that use local network discovery such as mDNS, SSDP,
NsdManager, or multicast now need theNEARBY_WIFI_DEVICESpermission. - Back navigation: The predictive back gesture is enforced. The older
onBackPressed()method andKEYCODE_BACKinterception no longer control back behavior, including the remote’s back button, so apps need to move toOnBackInvokedCallback.
Amazon’s documentation also notes install-time gating by target API level: apps targeting very old API levels can be blocked from installing, and apps in a low but not ancient range show a one-time compatibility warning. The exact thresholds are on Amazon’s Fire OS 16 page.
The back-button change is worth flagging for older apps specifically. An app that still relies on onBackPressed() can end up with broken navigation on a Fire OS 16 device even if it installs and launches fine.
What changed
Amazon added Fire OS 16, based on Android 16 (API level 36), to its Fire TV developer documentation in late May 2026, without a consumer announcement or a confirmed device list.
It joins Vega OS, Fire OS 14, and Fire OS 8 as a current Fire TV software track. New Fire TV Sticks are moving to Vega OS, while Android-based Fire OS continues on the smart TV side, now with a Fire OS 16 release built on Android 16.
Sources
- AFTVnews: Android 16 is coming to Fire TV Smart TVs via newly revealed Fire OS 16
- 9to5Google: Android 16 will come to Amazon Fire TV despite new VegaOS focus
- Amazon Developer: Developing for Amazon Fire TV Devices Running Fire OS 16
- Amazon Developer Community: Fire OS 14 and 16 Launching on Fire TV
- Amazon Developer: Fire OS overview