Orientation and Resizability Changes in Android 16
Article Summary
Maru Ahues Bouza from Google just dropped a bombshell: Android 16 is killing off portrait-only and fixed-orientation apps on large screens. If your app locks orientation, you've got work to do.
Google is fundamentally changing how Android apps handle screen orientation and resizability. Starting with Android 16, apps targeting API level 36 will no longer be able to restrict orientation or aspect ratio on tablets, foldables, and Chromebooks (devices with smallest width over 600dp). This affects manifest attributes like screenOrientation and resizeableActivity, plus runtime APIs like setRequestedOrientation().
Key Takeaways
- Orientation locks ignored on large screens for apps targeting Android 16 API 36
- Changes apply to tablets, foldables, Chromebooks (screens over 600dp width)
- Games exempted based on appCategory flag, users can override per app
- API 37 in 2026 removes developer opt-out completely
- FlipaClip saw 54% tablet user growth after optimizing for adaptive layouts
Android 16 forces apps to embrace adaptive layouts on large screens, with mandatory compliance coming in 2026 when targeting API 37 removes all opt-outs.