Android 16 restriction to apps orientation removed - Do we have to cater for tablet too even if we dont want to? #29071
Unanswered
gabsamples6
asked this question in
General
Replies: 1 comment 2 replies
-
It looks like you will be able to opt out for Android 16, and according to the article at least, it only applies to tablets. So you have until Android 17 to make your layout adaptive. If you're really adverse to doing that, I think there's also a way to restrict your app to smaller devices in the app manifest,but users with Tablets wouldn't be able to install your app. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I would like to know your view on this article
https://android-developers.googleblog.com/2025/01/orientation-and-resizability-changes-in-android-16.html
we currently have apps that only support "Portrait mode" and do not have demands for tablets etc..
My question
Is android slowly forcing us to cater for tablet too and create "Adaptive apps"?
Do we need to start making changes to all those screens or legacy screens with ported to Maui and make sure they work well and look good on landscape and tablets? So far we didnt have a need.
Am I misreading this article?
thanks
Beta Was this translation helpful? Give feedback.
All reactions