Android fixes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user