Moved the meta-data into the right section

This commit is contained in:
Sam Lantinga 2017-11-01 18:40:11 -07:00
parent 54a0245b70
commit 62c3acaf9f
1 changed files with 5 additions and 4 deletions

View File

@ -8,10 +8,6 @@
android:versionName="1.0"
android:installLocation="auto">
<!-- Example of setting SDL hints from AndroidManifest.xml:
<meta-data android:value="0" android:name="SDL_ENV.SDL_ACCELEROMETER_AS_JOYSTICK"/>
-->
<!-- Android 4.0.1 -->
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="16" />
@ -39,6 +35,11 @@
android:allowBackup="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:hardwareAccelerated="true" >
<!-- Example of setting SDL hints from AndroidManifest.xml:
<meta-data android:name="SDL_ENV.SDL_ACCELEROMETER_AS_JOYSTICK" android:value="0"/>
-->
<activity android:name="SDLActivity"
android:label="@string/app_name"
android:configChanges="keyboardHidden|orientation|screenSize"