Draft:Android 17 (operating system)

Upcoming Android mobile operating system From Wikipedia, the free encyclopedia

Android 17 is the upcoming seventeenth major release and 24th version of Android, the mobile operating system developed by Google. The first developer beta was released in February 2026, with the final stable launch expected around mid-2026.[1][2]

OS familyAndroid
Latest previewBeta 2 (CP21.260206.011) / February 26, 2026; 29 days ago (2026-02-26)
Quick facts Android 17, Developer ...
Android 17
Version of the Android operating system
DeveloperGoogle
OS familyAndroid
Source modelOpen-source_software
Latest previewBeta 2 (CP21.260206.011) / February 26, 2026; 29 days ago (2026-02-26)
Kernel typeMonolithic (Linux)
Preceded byAndroid 16
Official websitedeveloper.android.com/about/versions/17/
Support status
Beta
Close

Android 17 continues Google’s emphasis on privacy, security and performance improvements[3][1]. It is identified as API level 37 and introduces a range of new features and policies for app developers. According to Google’s Android development team, this release prioritizes “more adaptable Android apps”, enhanced connectivity and refined under-the-hood performance[3][4].

History and development

Android 17’s development followed the updated release cadence established with Android 16. Google replaced the old Developer Preview program with an “always-on” Android Canary channel for early builds[5][1]. The first public beta (based on API 37) was released on February 13, 2026. A second beta followed on February 26, 2026. Google plans a Platform Stability milestone around March 2026, after which final APIs will be frozen and developers can target API 37[5][1]. The stable Android 17 release is anticipated around June 2026[2], about a year after Android 16’s launch. After the initial launch, Android 17 is expected to receive quarterly feature updates (QPR releases) per Google’s new schedule[1].

Early leaks and reports have identified Android 17’s internal codename and some planned changes. Although Google no longer publicly uses dessert names, the internal codename for Android 17 is Cinnamon Bun[1] (following Android 16’s “Baklava”). An Android Authority report confirmed the “CinnamonBun” identifier in Android’s code. Other anticipated changes — gleaned from Android 16’s QPR betas and developer hints — include refinements to large-screen support, UI animations, icons, and settings. For example, Android 17 carries forward Android 16 QPR1 features like Material You’s Expressive design elements and desktop mode, and QPR2 features like auto-themed icons and expanded dark theme[1]. These may appear on Pixel devices earlier but will broadly roll out platform-wide with Android 17.

Features

Android 17 adds and extends many features across UI, privacy, performance, media, and connectivity. The Android Developers blog highlights that API 37 continues work on adaptable apps, camera/media tools, connectivity, and companion devices[3].

User interface and adaptability

Android 17 makes adaptive layouts mandatory on large screens. Apps targeting API 37 can no longer opt out of resizing or orientation changes on tablets and foldables[5][1]. In short, app UIs must fill any window and handle multi-window mode by default (exempting only games and small phones). Google’s docs advise developers to support all aspect ratios and multi-window configurations to ensure apps work well on tablets and desktop modes. In addition, a new Bubbles windowing mode (separate from chat bubbles) is being developed: users will be able to long-press an app icon to create a floating “bubble” window, with a bubble bar for organizing on large screens (this feature is coming in a future build after Beta 2). Android 17 also includes UI polish such as a more customizable home-screen search bar (with replaceable shortcuts) and the ability to remove the Pixel launcher’s “At a glance” widget[4].

Privacy and security

Privacy protections are strengthened in Android 17. A new system-level contacts picker lets users grant temporary, field-limited access to their contacts instead of broad READ_CONTACTS permissions[6]. Android 17 also introduces the ACCESS_LOCAL_NETWORK runtime permission (in the existing Nearby Devices group) to control apps’ access to LAN devices, preventing silent network scanning[6]. The OS expands protection for SMS one-time passwords: non-exempt apps will have OTP messages delayed for three hours to thwart hijacking[6]. In addition, Android 17 incorporates the long-awaited Intrusion Logging feature: this logs sensitive events (like USB connections, Wi‑Fi joins, app installs, etc.) into an encrypted log stored in the cloud for users concerned about device compromise[1]. Low-level security updates include deprecating the cleartext-traffic manifest attribute (forcing apps to use network-security configs) and adding a public SPI for HPKE hybrid encryption, among others[5]. Enhanced control over call logs is added: users can now choose whether to include integrated VoIP calls in the system call history, and avatars can appear for such calls[1].

Performance and platform

Android 17 under the hood improves runtime efficiency. A new lock-free MessageQueue implementation reduces missed frames for apps targeting API 37. Generational garbage collection is introduced in ART’s CMU collector, reducing CPU work and pause times. Apps targeting Android 17 can no longer reflectively modify static final fields, allowing optimizations (attempts now throw IllegalAccessException). Custom notification view sizes are further restricted to save memory. Developer tools are updated too: new ProfilingManager triggers (e.g. cold-start, OOM) let devs collect detailed performance traces, and Android Studio (version “Panda”) is recommended for the latest debugging features[5].

Media and camera

Media apps gain “professional-grade” capabilities. Android 17 adds dynamic camera sessions via CameraCaptureSession.updateOutputConfigurations(), allowing apps to switch stills/video surfaces on the fly without reconfiguring the entire session. Support for Versatile Video Coding (VVC/H.266) is built in[5], enabling more efficient video compression on devices with decoder support. A new CTA-2075 loudness management API standardizes audio loudness across apps[1]. Video recording can now use a constant quality (CQ) mode for finer bitrate control, and background audio policies are hardened so that apps not in a valid UI state cannot play audio or request focus. Camera metadata is enhanced: apps can request combined metadata from all sensors of multi-camera devices, aiding advanced camera apps. Overall, switching between camera use-cases (e.g. photo/video) should be smoother and glitch-free[5][4].

Connectivity and cross-device

Android 17 expands cross-device continuity. The new Handoff API lets an app offer its current state to nearby devices (e.g. a tablet), syncing state via CompanionDeviceManager and showing a “handoff” suggestion to resume the task elsewhere. For proximity sensing, Android 17 supports new ranging standards: UWB-based DL-TDOA for indoor navigation (FiRA 4.0) and Wi-Fi Aware’s Proximity Detection (WFA spec) for more accurate device-to-device distance estimation. Apps can also query carrier-allocated max downlink/uplink rates for streaming via new APIs. A time-zone broadcast (ACTION_TIMEZONE_OFFSET_CHANGED) fires on DST offset changes. Finally, Neural Processing Unit (NPU) access is formally gated: apps must declare a FEATURE_NEURAL_PROCESSING_UNIT permission to use vendor NPUs or NNAPI delegates, ensuring better resource management.[6]

Reception

Media coverage of Android 17’s early builds has noted that the release focuses on under-the-hood and developer-facing changes more than headline gimmicks. TechRadar observed that Android 17 “isn’t as packed full of features as some Android releases, but there are some changes… that could prove extremely significant”. In particular, reviewers highlighted the forced large-screen adaptivityand new runtime optimizations like generational garbage collection. Camera improvements (smoother transitions without freezes) and interface tweaks like customizable search shortcuts, removable At-a-glance widget, unified volume panel were also praised[4]. Android Central’s preview of Beta 2 remarked on the new multi-window “bubble” multitasking UI, cross-device handoff, and enhanced privacy features (secure contacts picker, broader OTP protection)[7]. Google’s messaging (via executives at a Samsung Unpacked event) has emphasized that Android 17 will be an “AI-centric” update, moving Android toward an “intelligent system”[8][9]. Actual reception will evolve as later betas and the stable release arrive; early reactions have been mixed, noting steady polish and performance gains but relatively modest visible changes at first glance.

See also

References

Related Articles

Wikiwand AI