You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting in Android targetSdk 36, this method has no effect for large screens (e.g. tablets) on Android 16 an higher.
72
+
Starting in Android targetSdk 36, this method has no effect for large screens (e.g. tablets) on Android 16 and higher.
73
73
You may opt-out of this behavior in your app by adding `<property android:name="android.window.PROPERTY_COMPAT_ALLOW_RESTRICTED_RESIZABILITY" android:value="true" />` to your `AndroidManifest.xml` inside `<application>` or `<activity>`.
74
-
Keep in mind though that this opt-out is temporary will no longer work for Android 17. Android discourages setting specific orientations for large screens.
74
+
Keep in mind though that this opt-out is temporary and will no longer work for Android 17. Android discourages setting specific orientations for large screens.
75
75
Regular Android phones are unaffected by this change.
76
76
For more information check the Android docs at https://developer.android.com/about/versions/16/behavior-changes-16#adaptive-layouts
* Starting in Android targetSdk 36, this method has no effect for large screens (e.g. tablets) on Android 16 an higher.
35
+
* Starting in Android targetSdk 36, this method has no effect for large screens (e.g. tablets) on Android 16 and higher.
36
36
* You may opt-out of this behavior in your app by adding `<property android:name="android.window.PROPERTY_COMPAT_ALLOW_RESTRICTED_RESIZABILITY" android:value="true" />` to your `AndroidManifest.xml` inside `<application>` or `<activity>`.
37
-
* Keep in mind though that this opt-out is temporary will no longer work for Android 17. Android discourages setting specific orientations for large screens.
37
+
* Keep in mind though that this opt-out is temporary and will no longer work for Android 17. Android discourages setting specific orientations for large screens.
38
38
* Regular Android phones are unaffected by this change.
39
39
* For more information check the Android docs at https://developer.android.com/about/versions/16/behavior-changes-16#adaptive-layouts
0 commit comments