Has anyone achieved to avoid orientation changes i...
# random
p
Has anyone achieved to avoid orientation changes in Android 16 with
android: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!
d
@Hsingchien Cheng This is #C09222272 so non-Kotlin topics are allowed.
1