---
title: "Android 17 (API Level 37): Everything Android Developers Need to Know"
url: https://daily.dev/posts/android-17-api-level-37-everything-android-developers-need-to-know-lhokkvwyx
source_url: https://miniiot.medium.com/android-17-api-level-37-everything-android-developers-need-to-know-c1962db85d1d
type: article
source: "Medium"
published: 2026-07-02T04:51:10.069Z
updated: 2026-07-02T16:17:35.918Z
tags: ["android"]
reading_time: 11
upvotes: 17
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Android 17 (API Level 37): Everything Android Developers Need to Know

**[Medium](https://daily.dev/sources/medium_js)** · 11 min read · 17 upvotes · 2 comments

## Summary

Android 17 (API Level 37, codenamed Cinnamon Bun) released June 16, 2026, introduces breaking changes and new APIs developers must address. Key changes include mandatory adaptive UI enforcement on large screens (tablets/foldables can no longer opt out of resizability), mandatory ACCESS_LOCAL_NETWORK runtime permission, a new Contact Picker replacing READ_CONTACTS, a 3-hour OTP SMS delay for targeted apps, and background audio restrictions requiring migration from ExoPlayer 2 to Media3. Under the hood, ART gains generational garbage collection, a lock-free MessageQueue implementation, and static final field modification via reflection is now blocked. New APIs include the Handoff API for multi-device state continuity, dynamic camera output surfaces, RAW14 image format, VVC (H.266) video decoding, and Encrypted Client Hello for TLS. Google Play will require API 37 targeting starting August 2027.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://miniiot.medium.com/android-17-api-level-37-everything-android-developers-need-to-know-c1962db85d1d>

## Community discussion

Top comments from developers on daily.dev.

**@akkitto** · 0 upvotes

> I'm all for Security, but in cases like these, it's obvious, how the argument of Security is exploitable.

## Similar posts on daily.dev

- [Handling the Changes That Will Actually Break Our Apps in Android 17](https://daily.dev/posts/handling-the-changes-that-will-actually-break-our-apps-in-android-17-pgotnisod) · ProAndroidDev · 0 upvotes · 0 comments

---

Tags: [#android](https://daily.dev/tags/android)

[View this post on daily.dev](https://daily.dev/posts/android-17-api-level-37-everything-android-developers-need-to-know-lhokkvwyx)
