Starting with Android 16, Android will ignore screen orientation and resize restrictions for large screen devices (foldables and tablets). This may cause layout and usability issues for users.
<activity
android:name="cl.figonzal.lastquakechile.core.ui.SettingsActivity"
android:screenOrientation="PORTRAIT" />
Problem
Starting with Android 16, Android will ignore screen orientation and resize restrictions for large screen devices (foldables and tablets). This may cause layout and usability issues for users.
Detected restrictions
Required actions
android:screenOrientation="PORTRAIT"attribute fromSettingsActivityinAndroidManifest.xmlSettingsActivitylayout works correctly across different screen sizes and orientationsReferences