Skip to content

Commit

Permalink
Moved the meta-data into the right section
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 2, 2017
1 parent 54a0245 commit 62c3aca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions android-project/app/src/main/AndroidManifest.xml
Expand Up @@ -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" />

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 62c3aca

Please sign in to comment.