Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed Android Lint warning in AndroidManifest.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 10, 2013
1 parent 8b87cac commit 0873daf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android-project/AndroidManifest.xml
Expand Up @@ -19,7 +19,8 @@
-->
<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
android:allowBackup="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<activity android:name="SDLActivity"
android:label="@string/app_name">
<intent-filter>
Expand Down

0 comments on commit 0873daf

Please sign in to comment.