Fixed Android Lint warning in AndroidManifest.xml.

This commit is contained in:
Philipp Wiesemann 2013-05-10 21:19:40 +02:00
parent 20a48b079c
commit 8d53137515

View file

@ -19,6 +19,7 @@
-->
<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:allowBackup="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<activity android:name="SDLActivity"
android:label="@string/app_name">