Pablo
07/09/2025, 6:12 PMandroid:appCategory="game"
or android:name="android.window.PROPERTY_COMPAT_ALLOW_RESTRICTED_RESIZABILITY" android:value="true"
? Even combining both with forzed android:screenOrientation="landscape"
or "portrait"
in manifest... fails to avoid screen orientation changes in games... it's a huge problem because if the game is designed for landscape or portrait, it completly destroys your UI and your game isn't playable anymore. They should provide us a way to keep our landscape or portrait games to be playable... and supposedly simply adding android:appCategory="game"
must work, but is not working!darkmoon_uk
07/11/2025, 5:04 AM