Opt-out of Android 16 restricted resizability behavior

This commit is contained in:
Niels van Velzen
2026-07-25 14:28:55 +02:00
committed by Niels van Velzen
parent 63b7c22931
commit fc56cc6a59
+3
View File
@@ -116,5 +116,8 @@
<meta-data
android:name="android.webkit.WebView.EnableSafeBrowsing"
android:value="false" />
<!-- Temporarily opt-out of new Android 16 behavior to allow setRequestedOrientation() calls -->
<property android:name="android.window.PROPERTY_COMPAT_ALLOW_RESTRICTED_RESIZABILITY" android:value="true" />
</application>
</manifest>