Android fixes

This commit is contained in:
luboslenco
2025-08-22 12:56:10 +02:00
parent 70b0436777
commit 6dc13dfe8a
2 changed files with 10 additions and 4 deletions
@@ -4,14 +4,13 @@
{permissions}
<uses-feature android:name="android.hardware.vulkan.version" android:required="true" android:version="0x403000" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
tools:targetApi="{targetSdkVersion}">
<activity
android:name="org.armory3d.IronActivity" android:label="@string/app_name" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|screenLayout|smallestScreenSize"
android:name="org.armory3d.IronActivity" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|screenLayout|smallestScreenSize"
android:exported="true" android:screenOrientation="{screenOrientation}"
android:launchMode="singleTask"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">