mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-03 05:10:27 +03:00
Opt-out of Android 16 restricted resizability behavior
This commit is contained in:
committed by
Niels van Velzen
parent
63b7c22931
commit
fc56cc6a59
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user