Android build files

This commit is contained in:
saschawillems 2017-03-12 12:50:19 +01:00
parent 3ea8f75730
commit 666f796805
3 changed files with 43 additions and 25 deletions

View file

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