Merge branch 'bug/issue-2477' of https://github.com/duarteroso/FlaxEngine into duarteroso-bug/issue-2477

This commit is contained in:
Wojtek Figat
2024-04-25 19:25:50 +02:00

View File

@@ -8,6 +8,7 @@
android:extractNativeLibs="true"
android:hasCode="true">
<activity android:name="com.flaxengine.GameActivity"
android:exported="true"
android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden|screenSize"
android:screenOrientation="${DefaultOrientation}">