Merge pull request #107742 from m4gr3d/address_api_35_ui_issues

Android: Address API 35 UI behavior changes
This commit is contained in:
Rémi Verschelde 2025-06-22 11:59:12 +02:00
commit 260190c057
No known key found for this signature in database
GPG key ID: C3336907360768E1
9 changed files with 97 additions and 18 deletions

View file

@ -104,8 +104,7 @@
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:process=":EmbeddedGodotGame"
android:supportsPictureInPicture="true"
android:screenOrientation="userLandscape" />
android:supportsPictureInPicture="true" />
<activity
android:name=".GodotXRGame"
android:configChanges="layoutDirection|locale|orientation|keyboardHidden|screenSize|smallestScreenSize|density|keyboard|navigation|screenLayout|uiMode"