Android build files and manifests [skip ci]

This commit is contained in:
saschawillems 2017-03-14 20:50:37 +01:00
parent 5443c01f07
commit 8048cd69fd
15 changed files with 161 additions and 75 deletions

View file

@ -15,6 +15,7 @@
android:label="Shadow mapping"
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="vulkanShadowmapping" />
<intent-filter>