Fixed Android Lint warning in AndroidManifest.xml.
This commit is contained in:
parent
20a48b079c
commit
8d53137515
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@
|
||||||
-->
|
-->
|
||||||
<application android:label="@string/app_name"
|
<application android:label="@string/app_name"
|
||||||
android:icon="@drawable/ic_launcher"
|
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"
|
<activity android:name="SDLActivity"
|
||||||
android:label="@string/app_name">
|
android:label="@string/app_name">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue