Updated Android manifest [skip ci]

This commit is contained in:
saschawillems 2017-03-10 14:08:54 +01:00
parent 264e340c11
commit c688f7394c

View file

@ -15,6 +15,7 @@
android:label="Texture" android:label="Texture"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTask" android:launchMode="singleTask"
android:screenOrientation="landscape"
android:configChanges="orientation|screenSize|keyboardHidden"> android:configChanges="orientation|screenSize|keyboardHidden">
<meta-data android:name="android.app.lib_name" android:value="vulkanTexture" /> <meta-data android:name="android.app.lib_name" android:value="vulkanTexture" />
<intent-filter> <intent-filter>